File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 98
98
uses : actions/checkout@v2
99
99
with :
100
100
repository : ' bcmi-labs/arduino-create-agent-installer' # the repo which contains gon.config.hcl
101
- token : ${{ secrets.PAT_TEMP }} # TODO use token organization instead
101
+ token : ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
102
102
103
103
- name : Download artifact
104
104
uses : actions/download-artifact@v2
@@ -191,7 +191,7 @@ jobs:
191
191
uses : actions/checkout@v2
192
192
with :
193
193
repository : ' bcmi-labs/arduino-create-agent-installer' # the repo which contains install.xml
194
- token : ${{ secrets.PAT_TEMP }} # TODO use token organization instead
194
+ token : ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
195
195
196
196
- name : Download artifact
197
197
uses : actions/download-artifact@v2
You can’t perform that action at this time.
0 commit comments