Skip to content

Commit

Permalink
ci: reset to secrets.GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
freitzzz committed Apr 22, 2023
1 parent dd344be commit c0c7361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
with:
publish: npm run publish
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
NPM_TOKEN: 'test'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c0c7361

Please sign in to comment.