Skip to content

Commit

Permalink
Merge branch 'gaspar/add-pnpm-auth-token' into gaspar/add-pnpm-auth-t…
Browse files Browse the repository at this point in the history
…oken-pass-data-react
  • Loading branch information
gaspar09 committed Apr 19, 2024
2 parents 922e1f3 + 99f9a30 commit e27b4ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
with:
node-version: 18.x

- name: Add npm auth token to pnpm
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN_ELEVATED}"
env:
NPM_TOKEN_ELEVATED: ${{secrets.NPM_TOKEN_ELEVATED}}

- name: Install Dependencies
run: pnpm i

Expand Down

0 comments on commit e27b4ed

Please sign in to comment.