Skip to content

Commit

Permalink
Rename NPM token
Browse files Browse the repository at this point in the history
  • Loading branch information
jonybur committed Sep 14, 2023
1 parent c619a42 commit a55f0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-source-resolver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
working-directory: ./compiler/source-resolver
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Configure git
run: |
Expand Down

0 comments on commit a55f0f9

Please sign in to comment.