Setup github token for action protoc
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
This commit is contained in:
parent
15287fec57
commit
e3655ba88c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue