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 8e60a49 commit 69d20bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/format_token_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ 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=${{secrets.GH_REGISTRY_ACCESS_TOKEN}}" >> .npmrc
yarn install && yarn cache clean
rm -f .npmrc
- name: Validate JSON file
run: yarn validate
Expand Down

0 comments on commit 69d20bc

Please sign in to comment.