Skip to content

Commit

Permalink
fix: add token for explict auth
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Aug 6, 2024
1 parent 95c458a commit 729914a
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 @@ -21,10 +21,10 @@ jobs:
with:
ref: ${{ github.event.inputs.branch }}

- name: Setup Node.js
uses: actions/setup-node@v4
- uses: actions/setup-node@v4
with:
node-version: 20
token: ${{ secrets.GHA_TOKEN }}
registry-url: 'https://npm.pkg.github.com'

- name: Install dependencies
Expand Down

0 comments on commit 729914a

Please sign in to comment.