Skip to content

Commit

Permalink
fix: Add NPM authentication token to e2e.yml workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
iacopolea committed Nov 6, 2023
1 parent 997c3ba commit bcedf2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
node-version: 16
- name: Install dependencies
run: |
echo //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} > .npmrc
yarn
- name: "Run Test"
run: yarn test:e2e

0 comments on commit bcedf2d

Please sign in to comment.