Skip to content

Commit

Permalink
fix release token
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Aug 4, 2023
1 parent a902e02 commit 25f3b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ jobs:
- run: npm pub --provenance --dist-tag=$DIST_TAG --access=public
working-directory: ./packages/hdx
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit 25f3b72

Please sign in to comment.