Skip to content

Commit

Permalink
refactor: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Mar 8, 2024
1 parent e522364 commit 44437b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preview-publish-package/01-publish-prerelease/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:

- name: GitHub Package Registry Identity
env:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ inputs.GH_TOKEN }}
run: |
echo "//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN" > .npmrc
echo "@exile-watch:registry=https://npm.pkg.github.com/" >> .npmrc
Expand Down

0 comments on commit 44437b1

Please sign in to comment.