Skip to content

Commit

Permalink
chore: update ci gh token (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlecoufl authored Oct 29, 2024
1 parent d786f8b commit ac2af60
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 @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GH_REGISTRY_ACCESS_TOKEN }}" >> ~/.npmrc
echo "//npm.pkg.github.com/:_authToken=${{ secrets.SDK_READ_ACCESS_TOKEN }}" >> ~/.npmrc
yarn install --frozen-lockfile
rm -f ~/.npmrc
- name: Validate JSON file
Expand Down

0 comments on commit ac2af60

Please sign in to comment.