Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
add GH token to protoc step
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Sep 4, 2023
1 parent f4c74f9 commit f29a265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.9.1'
repo-token: ${{ secrets.GH_TOKEN }}

- name: Build
run: |
Expand Down

0 comments on commit f29a265

Please sign in to comment.