Skip to content

Commit

Permalink
chore: update eslint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-remylenoir committed Apr 9, 2024
1 parent e2ffc70 commit 4966c72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/eslint-tsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ jobs:
path: github-actions
exportEnv: false
secrets: |
secret/data/npm/token_read NPM_TOKEN | NPM_TOKEN ;
secret/data/github/github_packages_read GITHUB_PACKAGES_READ_TOKEN | GITHUB_PACKAGES_READ_TOKEN ;
- name: Authenticate with private NPM package
run: echo "//registry.npmjs.org/:_authToken=${{ steps.vault.outputs.NPM_TOKEN }}" > ~/.npmrc
run: |
echo "//npm.pkg.github.com/:_authToken=${{ steps.vault.outputs.GITHUB_PACKAGES_READ_TOKEN }}" > ~/.npmrc
echo "@contentful:registry=https://npm.pkg.github.com" >> ~/.npmrc
- name: Install dependencies
run: yarn install --frozen-lockfile --prefer-offline --ignore-scripts
Expand Down

0 comments on commit 4966c72

Please sign in to comment.