Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b9b9ffe

Browse files
committedNov 13, 2020
remove temporary token used only for testing
1 parent ab7d782 commit b9b9ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
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

0 commit comments

Comments
 (0)
Please sign in to comment.