Skip to content

Commit

Permalink
chore(publish.yml): add GITHUB_TOKEN to environment variables for pac…
Browse files Browse the repository at this point in the history
…kage publishing to GitHub Packages
  • Loading branch information
yxx4c committed Dec 3, 2024
1 parent 30549f8 commit 456c548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Publish Package
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_NPM_CONFIG_REGISTRY: https://npm.pkg.github.com/
GITHUB_NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLIC_NPM_CONFIG_REGISTRY: https://registry.npmjs.org
Expand Down

0 comments on commit 456c548

Please sign in to comment.