Skip to content

Commit

Permalink
set always-auth on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Jul 20, 2023
1 parent 0a8db8b commit 3fe3f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 18.x
registry-url: 'https://npm.pkg.github.com'
token: ${{ secrets.GITHUB_TOKEN }}
always-auth: true
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies and build with builder bob
Expand Down

0 comments on commit 3fe3f7b

Please sign in to comment.