Skip to content

Commit

Permalink
deploy.yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xprees committed Oct 25, 2024
1 parent 25cfdd4 commit f15021b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- run: npm i
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
access: public

0 comments on commit f15021b

Please sign in to comment.