We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e76bbc commit e8417b8Copy full SHA for e8417b8
.github/workflows/ci.yml
@@ -150,6 +150,7 @@ jobs:
150
# Only run on non-PR events or only PRs that aren't from forks
151
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
152
env:
153
+ NODE_AUTH_TOKEN: ""
154
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
155
SEMANTIC_RELEASE_PACKAGE: ${{ github.event.repository.name }}
156
GIT_AUTHOR_EMAIL: "${{ steps.bot-user-id.outputs.user-id }}+${{ steps.generate_token.outputs.app-slug }}[bot]@users.noreply.github.com"
0 commit comments