Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
greedythib committed Nov 23, 2023
1 parent c954266 commit 155db66
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/format_token_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:

- name: Install dependencies
shell: bash
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GH_REGISTRY_ACCESS_TOKEN}}" >> .npmrc
yarn install && yarn cache clean
rm -f .npmrc
run: echo "//npm.pkg.github.com/:_authToken=$GH_REGISTRY_ACCESS_TOKEN" >> .npmrc && yarn install --frozen-lockfile --verbose && rm -f .npmrc
env:
GH_REGISTRY_ACCESS_TOKEN: ${{ secrets.GH_REGISTRY_ACCESS_TOKEN }}

- name: Validate JSON file
run: yarn validate
Expand Down

0 comments on commit 155db66

Please sign in to comment.