Skip to content

Commit

Permalink
restore auth for publish actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Jun 20, 2024
1 parent 761e271 commit 40186a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/development_packages_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Add NPM auth
run: |
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" >> ~/.npmrc
- name: Install dependencies
run: pnpm install

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/packages_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Add NPM auth
run: |
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" >> ~/.npmrc
- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 40186a3

Please sign in to comment.