Skip to content

Commit

Permalink
ci: add NPM_TOKEN environment variable to ci-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Sep 20, 2024
1 parent f05a149 commit 79c9dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

jobs:
publish:
Expand Down

0 comments on commit 79c9dc1

Please sign in to comment.