Skip to content

Commit

Permalink
fix: gh secret
Browse files Browse the repository at this point in the history
  • Loading branch information
greedythib committed Nov 22, 2023
1 parent 8820e21 commit fb6d6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format_token_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: "14"
- name: Install dependencies
shell: bash
run: echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" >> .npmrc && yarn install --frozen-lockfile --verbose && rm -f .npmrc
run: echo "//npm.pkg.github.com/:_authToken=${{secrets.GH_REGISTRY_ACCESS_TOKEN}}" >> .npmrc && yarn install --frozen-lockfile --verbose && rm -f .npmrc
- name: Validate JSON file
run: yarn validate
- name: Discord notification (failure)
Expand Down

0 comments on commit fb6d6b4

Please sign in to comment.