Skip to content

Commit bddd590

Browse files
committed
ci: switch back to NPM_TOKEN for now
1 parent 2e76bbc commit bddd590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
152152
env:
153153
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
154+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
154155
SEMANTIC_RELEASE_PACKAGE: ${{ github.event.repository.name }}
155156
GIT_AUTHOR_EMAIL: "${{ steps.bot-user-id.outputs.user-id }}+${{ steps.generate_token.outputs.app-slug }}[bot]@users.noreply.github.com"
156157
GIT_COMMITTER_EMAIL: "${{ steps.bot-user-id.outputs.user-id }}+${{ steps.generate_token.outputs.app-slug }}[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)