Update protoc setup token

Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
This commit is contained in:
RainbowMango 2023-01-06 14:23:25 +08:00
parent 7b4c541bb8
commit d7cf5fc461
1 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,9 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN_FOR_SETUP_PROTOC }}
# Use the automatic token, so that this task can be run in the forked repo.
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: verify codegen
run: hack/verify-codegen.sh
- name: verify crdgen