Skip to content

Commit

Permalink
Always use authentication with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
leroykorterink committed Oct 6, 2023
1 parent 40f91c2 commit 2f719c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
env:
GSAP_TOKEN: ${{ secrets.GSAP_TOKEN }}
run: |
npm config set always-auth=true
npm config set //npm.greensock.com/:_authToken=$GSAP_TOKEN
npm config set @gsap:registry=https://npm.greensock.com
npm ci
Expand Down

0 comments on commit 2f719c4

Please sign in to comment.