Skip to content

Commit

Permalink
chore: add token in action
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiboss committed Jul 5, 2024
1 parent af3466e commit 754cf3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
cache: pnpm
registry-url: 'https://registry.npmjs.org'

# - name: Add GitHub Orgnization Access Token
# run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
- name: Add GitHub Orgnization Access Token
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 754cf3d

Please sign in to comment.