Skip to content

Commit

Permalink
Update GitHub key name
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Sep 27, 2024
1 parent ea4bcc7 commit e1f675b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
echo "//npm.pkg.github.com/:_authToken=$AUTH_TOKEN" >> .npmrc
bunx npm@latest publish --access=public --tag=latest
env:
AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AUTH_TOKEN: ${{ secrets.GH_PACKAGE_REGISTRY_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
echo "//npm.pkg.github.com/:_authToken=$AUTH_TOKEN" >> .npmrc
bunx npm@latest publish --access=public
env:
AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AUTH_TOKEN: ${{ secrets.GH_PACKAGE_REGISTRY_TOKEN }}

0 comments on commit e1f675b

Please sign in to comment.