Skip to content

Commit 4300dad

Browse files
committed
fix: fixed naming of github secret
1 parent f234728 commit 4300dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
28-
token: ${{ secrets.GITHUB_TOKEN }}
28+
token: ${{ secrets.PAT_GITHUB }}
2929

3030
- name: Setup Node.js
3131
uses: actions/setup-node@v4
@@ -81,7 +81,7 @@ jobs:
8181
name: Release v${{ env.VERSION }}
8282
generate_release_notes: true
8383
env:
84-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84+
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}
8585

8686
- name: Publish to npm
8787
run: npm publish

0 commit comments

Comments
 (0)