Merge pull request #2980 from RainbowMango/pr_setup_token_for_protoc

Setup github token for action protoc
This commit is contained in:
karmada-bot 2022-12-21 11:52:46 +08:00 committed by GitHub
commit 9068240ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -39,7 +39,12 @@ jobs:
with:
go-version: 1.19.4
- name: Install Protoc
# TODO(@RainbowMango): Update the action version to adopt Node16
# track issue: https://github.com/arduino/setup-protoc/issues/59
uses: arduino/setup-protoc@v1
with:
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN_FOR_SETUP_PROTOC }}
- name: verify codegen
run: hack/verify-codegen.sh
- name: verify crdgen