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 9898 uses : actions/checkout@v2
9999 with :
100100 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 }}
102102
103103 - name : Download artifact
104104 uses : actions/download-artifact@v2
@@ -191,7 +191,7 @@ jobs:
191191 uses : actions/checkout@v2
192192 with :
193193 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 }}
195195
196196 - name : Download artifact
197197 uses : actions/download-artifact@v2
You can’t perform that action at this time.
0 commit comments