Skip to content

Commit 4f1fb75

Browse files
committed
chore: add NPM token to ci
1 parent 1f043b7 commit 4f1fb75

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
@@ -68,5 +68,6 @@ jobs:
6868
if: github.event_name != 'pull_request' && contains('refs/heads/main', github.ref) && matrix.node-version == 14
6969
env:
7070
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
71+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
7172
run: |
7273
yarn release --repositoryUrl https://x-access-token:[email protected]/$GITHUB_REPOSITORY.git

0 commit comments

Comments
 (0)