Skip to content

Commit

Permalink
specifies token on setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Jul 20, 2023
1 parent fd40e12 commit 4559d01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
with:
node-version: 18.x
registry-url: 'https://npm.pkg.github.com'
token: ${{ secrets.GITHUB_TOKEN }}
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies and build with builder bob
run: yarn install --frozen-lockfile
- name: Setup tmate session
Expand Down

0 comments on commit 4559d01

Please sign in to comment.