Skip to content

Commit

Permalink
Merge pull request #156 from lengrongfu/fix/ci
Browse files Browse the repository at this point in the history
add repo-token to fix protoc api rate limit
  • Loading branch information
archlitchi authored Feb 5, 2024
2 parents d37e81f + db9f509 commit e87827f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:

- name: Setup protoc
uses: arduino/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- run: make tidy
- run: SHORT_VERSION="dev" bash ./hack/build.sh

0 comments on commit e87827f

Please sign in to comment.