Merge pull request #2980 from RainbowMango/pr_setup_token_for_protoc
Setup github token for action protoc
This commit is contained in:
commit
9068240ab0
|
@ -39,7 +39,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.4
|
go-version: 1.19.4
|
||||||
- name: Install Protoc
|
- 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
|
uses: arduino/setup-protoc@v1
|
||||||
|
with:
|
||||||
|
version: '3.x'
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN_FOR_SETUP_PROTOC }}
|
||||||
- name: verify codegen
|
- name: verify codegen
|
||||||
run: hack/verify-codegen.sh
|
run: hack/verify-codegen.sh
|
||||||
- name: verify crdgen
|
- name: verify crdgen
|
||||||
|
|
Loading…
Reference in New Issue