Skip to content

Commit

Permalink
feat: revert to GHA_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Aug 6, 2024
1 parent e5ad3c3 commit 124208e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GHA_TOKEN }}
registry-url: 'https://npm.pkg.github.com'

- name: Install dependencies
Expand All @@ -36,4 +36,4 @@ jobs:
- name: Publish package
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GHA_TOKEN }}

0 comments on commit 124208e

Please sign in to comment.