Skip to content

Commit

Permalink
ci: set verdaccio token
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jun 17, 2022
1 parent 3df9253 commit ccde7fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,12 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}" >> .npmrc
echo "//localhost:4873/:_authToken=${VERDACCIO_TOKEN}" >> .npmrc
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
VERDACCIO_TOKEN: ${{ secrets.VERDACCIO_TOKEN }}

- name: Release
env:
Expand Down

0 comments on commit ccde7fe

Please sign in to comment.