Skip to content

Commit 20edf66

Browse files
authored
Switch token name in release action (#1446)
Rename secret from test to production name
1 parent a72a42a commit 20edf66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tag-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: create-tag
2727
uses: actions/github-script@v7
2828
with:
29-
github-token: ${{ secrets.TEST_TOKEN }}
29+
github-token: ${{ secrets.EMSCRIPTEN_BOT_TOKEN }}
3030
# A commit with the message of the form 'Release X.Y.Z' is expected
3131
# to have been created by create_release.py and update the latest
3232
# release in emscripten-releases-tags.json
@@ -66,7 +66,7 @@ jobs:
6666
- name: Dispatch emscripten workflow
6767
uses: actions/github-script@v7
6868
with:
69-
github-token: ${{ secrets.TEST_TOKEN }}
69+
github-token: ${{ secrets.EMSCRIPTEN_BOT_TOKEN }}
7070
script: |
7171
await github.rest.actions.createWorkflowDispatch({
7272
owner: context.repo.owner,

0 commit comments

Comments
 (0)