Skip to content

Commit

Permalink
Add auth to other actions
Browse files Browse the repository at this point in the history
Signed-off-by: Merit <[email protected]>
  • Loading branch information
meritmalling committed Jul 3, 2024
1 parent 540affa commit d5ad7c5
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 @@ -13,6 +13,9 @@ jobs:
- name: Set up node
uses: actions/setup-node@v3

- name: Authenticate with private NPM package
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc

- name: Compile
run: yarn && yarn build

Expand Down

0 comments on commit d5ad7c5

Please sign in to comment.