Skip to content

Commit

Permalink
Provide github token to get a higher rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Feb 14, 2024
1 parent 90ef4b2 commit ec60d4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.21.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: bufbuild/buf-lint-action@v1
with:
input: "proto"
Expand All @@ -25,6 +27,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.21.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: bufbuild/buf-breaking-action@v1
with:
input: "proto"
Expand Down

0 comments on commit ec60d4b

Please sign in to comment.