Skip to content

Commit bbe60a7

Browse files
committed
use EMSCRIPTEN_BOT_TOKEN
1 parent 698e531 commit bbe60a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Tag release sha
2121
uses: actions/github-script@v7
2222
with:
23-
github-token: ${{ secrets.TEST_TOKEN }}
23+
github-token: ${{ secrets.EMSCRIPTEN_BOT_TOKEN }}
2424
script: |
2525
const tag_sha = '${{ inputs.release-sha }}';
2626
const release_version = '${{ env.RELEASE_VERSION }}';

0 commit comments

Comments
 (0)