Skip to content

Commit

Permalink
add npmrc for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Aug 20, 2024
1 parent 1bbc413 commit c4f5b0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
node-version: 22.1.0
registry-url: 'https://registry.npmjs.org/'

- name: Create .npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

- name: Install dependencies
run: yarn install

Expand Down
Binary file modified .yarn/install-state.gz
Binary file not shown.

0 comments on commit c4f5b0e

Please sign in to comment.