Skip to content

Commit

Permalink
Add missing GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Sep 3, 2021
1 parent 6149380 commit 0bd1cad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
if: "contains(' refs/heads/main refs/heads/beta ', github.ref) &&
matrix.node-version == '16.x'"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_NPM_CONFIG_REGISTRY: https://npm.pkg.github.com/
GITHUB_NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLIC_NPM_CONFIG_REGISTRY: https://registry.npmjs.org
Expand Down

0 comments on commit 0bd1cad

Please sign in to comment.