Skip to content

Commit

Permalink
chore: add NPM token to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Mar 7, 2021
1 parent 1f043b7 commit 4f1fb75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ jobs:
if: github.event_name != 'pull_request' && contains('refs/heads/main', github.ref) && matrix.node-version == 14
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn release --repositoryUrl https://x-access-token:[email protected]/$GITHUB_REPOSITORY.git

0 comments on commit 4f1fb75

Please sign in to comment.