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 698e531 commit bbe60a7Copy full SHA for bbe60a7
.github/workflows/tag-release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Tag release sha
21
uses: actions/github-script@v7
22
with:
23
- github-token: ${{ secrets.TEST_TOKEN }}
+ github-token: ${{ secrets.EMSCRIPTEN_BOT_TOKEN }}
24
script: |
25
const tag_sha = '${{ inputs.release-sha }}';
26
const release_version = '${{ env.RELEASE_VERSION }}';
0 commit comments