Skip to content

Commit e8417b8

Browse files
committed
ci: try clearing NODE_AUTH_TOKEN
1 parent 2e76bbc commit e8417b8

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
@@ -150,6 +150,7 @@ jobs:
150150
# Only run on non-PR events or only PRs that aren't from forks
151151
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
152152
env:
153+
NODE_AUTH_TOKEN: ""
153154
GITHUB_TOKEN: ${{ steps.generate_token.outputs.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"

0 commit comments

Comments
 (0)