Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 409e47e

Browse files
authored
Fix git tag creation failing on master (#1592)
* Use bot token and move create tag on top * Revert test * Remove Release Tag from build step to test
1 parent e3f0ace commit 409e47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/js-api-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
if: github.ref == 'refs/heads/master'
181181
uses: actions/github-script@v6
182182
with:
183-
github-token: ${{ secrets.GITHUB_TOKEN }}
183+
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
184184
script: |
185185
const createTag = require('./scripts/create-tag.js');
186186
await createTag({github, context});

0 commit comments

Comments
 (0)