Skip to content

Commit 7eb6111

Browse files
committed
ci: use PAT token bump version
1 parent 4fa5cf5 commit 7eb6111

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump-version.yml

Lines changed: 2 additions & 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:
@@ -47,6 +47,7 @@ jobs:
4747
with:
4848
fetch-depth: 0
4949
persist-credentials: true
50+
token: ${{ secrets.PAT }}
5051
- name: Npm install
5152
uses: ./.github/actions
5253
- name: Bump version

0 commit comments

Comments
 (0)