File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -379,6 +379,8 @@ jobs:
379379
380380 - name : Checkout
381381 uses : actions/checkout@v6
382+ with :
383+ persist-credentials : false
382384
383385 - name : Get bot user ID
384386 id : bot-user-id
@@ -407,6 +409,7 @@ jobs:
407409 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
408410 env :
409411 GITHUB_TOKEN : ${{ steps.generate_token.outputs.token }}
412+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
410413 SEMANTIC_RELEASE_PACKAGE : ${{ github.event.repository.name }}
411414 GIT_AUTHOR_EMAIL : " ${{ steps.bot-user-id.outputs.user-id }}+${{ steps.generate_token.outputs.app-slug }}[bot]@users.noreply.github.com"
412415 GIT_COMMITTER_EMAIL : " ${{ steps.bot-user-id.outputs.user-id }}+${{ steps.generate_token.outputs.app-slug }}[bot]@users.noreply.github.com"
You can’t perform that action at this time.
0 commit comments