Skip to content

Commit

Permalink
fix: push with personal token to workaround GITHUB_TOKEN limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Oct 29, 2023
1 parent 10ad4f3 commit f26d038
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

- name: Setup PNPM
uses: pnpm/action-setup@v2

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "latest"
cache: "pnpm"

- name: Install dependencies
Expand Down

0 comments on commit f26d038

Please sign in to comment.