Skip to content

Commit 8cfb122

Browse files
authored
Use default access token for rate limiting
Taken from example at https://github.com/arduino/setup-protoc
1 parent 831b6db commit 8cfb122

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
sudo apt-get install -y libusb-1.0-0-dev libprotobuf-dev swig libevent-dev
5151
- name: Setup protoc
5252
uses: arduino/setup-protoc@v3
53+
with:
54+
repo-token: ${{ secrets.GITHUB_TOKEN }}
5355
- name: Build a binary wheel and source tarball
5456
run: python3 -m build
5557
- name: Store the distribution packages

0 commit comments

Comments
 (0)