Skip to content

Commit

Permalink
Update token env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Mar 20, 2024
1 parent a5b6250 commit 2acc3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PACKAGE_REGISTRY_TOKEN }}

- uses: actions/setup-node@v4
with:
registry-url: "https://npm.pkg.github.com"
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGE_REGISTRY_TOKEN }}

0 comments on commit 2acc3a3

Please sign in to comment.