Skip to content

Commit

Permalink
set NODE_AUTH_TOKEN
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Fisher <[email protected]>
  • Loading branch information
bacongobbler committed May 10, 2024
1 parent 4e03bce commit e8f1844
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
registry-url: "https://npm.pkg.github.com"
registry-url: 'https://npm.pkg.github.com'
- name: publish to GitHub Packages
run: npm publish
working-directory: clients/typescript-angular
env:
NODE_AUTH_TOKEN: ${{ github.token }}

0 comments on commit e8f1844

Please sign in to comment.