Skip to content

Commit 91b68bb

Browse files
committed
ci: use PAT token bump version
1 parent 4fa5cf5 commit 91b68bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727

2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_SECRET }}
30+
GITHUB_TOKEN: ${{ secrets.PAT }}
3131
NPM_CONFIG_PROVENANCE: true
3232

3333
jobs:

0 commit comments

Comments
 (0)