Skip to content

Commit ef4304b

Browse files
committed
chore: update GitHub Actions workflow to use PAT_TOKEN for GitHub authentication
1 parent a509bf3 commit ef4304b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
prerelease: false
5252
generate_release_notes: true
5353
env:
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
5555

5656
- name: Authenticate npm
5757
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

0 commit comments

Comments
 (0)