Skip to content

Commit

Permalink
Merge pull request #515 from aiven/gh-action-token-for-rate-limit
Browse files Browse the repository at this point in the history
Set token for arduino/setup-protoc for rate limits
  • Loading branch information
jjaakola-aiven authored Dec 27, 2022
2 parents 3d6a82a + 6dcc0fa commit 5e566be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.13.0'
repo-token: ${{ secrets.GITHUB_TOKEN }}

# needed by both unit and integation tests
- name: Generate version.py
Expand Down

0 comments on commit 5e566be

Please sign in to comment.