Merge pull request #3025 from RainbowMango/pr_update_protoc_token

Update protoc setup token
This commit is contained in:
karmada-bot 2023-01-09 14:16:01 +08:00 committed by GitHub
commit fa3a983136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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