We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72a42a commit 20edf66Copy full SHA for 20edf66
.github/workflows/tag-release.yml
@@ -26,7 +26,7 @@ jobs:
26
id: create-tag
27
uses: actions/github-script@v7
28
with:
29
- github-token: ${{ secrets.TEST_TOKEN }}
+ github-token: ${{ secrets.EMSCRIPTEN_BOT_TOKEN }}
30
# A commit with the message of the form 'Release X.Y.Z' is expected
31
# to have been created by create_release.py and update the latest
32
# release in emscripten-releases-tags.json
@@ -66,7 +66,7 @@ jobs:
66
- name: Dispatch emscripten workflow
67
68
69
70
script: |
71
await github.rest.actions.createWorkflowDispatch({
72
owner: context.repo.owner,
0 commit comments