Skip to content

Commit

Permalink
Adding GHA_TOKEN to node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Andersson authored Oct 19, 2023
1 parent 2925c6c commit 23d10b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
registry-url: "https://npm.pkg.github.com"
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Install, lint & build
run: |
Expand Down

0 comments on commit 23d10b4

Please sign in to comment.