Skip to content

Commit

Permalink
fix: add github token for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
dornelasnelson committed Jan 9, 2024
1 parent 0b619a5 commit 9fc3aaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: andresz1/size-limit-action@v1
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9fc3aaf

Please sign in to comment.