Skip to content

Commit

Permalink
ci: use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Aug 5, 2024
1 parent 26487d3 commit a5e1e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
cache: "pnpm"
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a5e1e99

Please sign in to comment.