Skip to content

Commit e5ad3c3

Browse files
fix: use GH TOKEN
1 parent 729914a commit e5ad3c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-node@v4
2525
with:
2626
node-version: 20
27-
token: ${{ secrets.GHA_TOKEN }}
27+
token: ${{ secrets.GITHUB_TOKEN }}
2828
registry-url: 'https://npm.pkg.github.com'
2929

3030
- name: Install dependencies
@@ -36,4 +36,4 @@ jobs:
3636
- name: Publish package
3737
run: npm publish
3838
env:
39-
NODE_AUTH_TOKEN: ${{ secrets.GHA_TOKEN }}
39+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)