Skip to content

Commit

Permalink
ci: add github token to increase request limit
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed May 22, 2024
1 parent 53372f8 commit cd171bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:

- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Run cargo fmt
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit cd171bc

Please sign in to comment.