Skip to content

Commit

Permalink
Set NPM_TOKEN in node setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham authored Oct 22, 2023
1 parent eb5f98d commit c28f4a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unity-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
node-version: 14
cache: yarn
cache-dependency-path: docs~/yarn.lock
env:
NPM_TOKEN: ${{ secrets.token }}

- name: Increase network timeout
run: yarn config set network-timeout 300000
Expand Down

0 comments on commit c28f4a9

Please sign in to comment.