Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gyfchong authored Nov 2, 2023
1 parent 54ed3e0 commit e74649e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: yarn install
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
run: |
npm config set "//npm.pkg.github.com/:_authToken" "$GITHUB_TOKEN"
yarn install --frozen-lockfile
Expand Down

0 comments on commit e74649e

Please sign in to comment.