Update protoc setup token
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
This commit is contained in:
parent
7b4c541bb8
commit
d7cf5fc461
|
@ -44,7 +44,9 @@ jobs:
|
||||||
uses: arduino/setup-protoc@v1
|
uses: arduino/setup-protoc@v1
|
||||||
with:
|
with:
|
||||||
version: '3.x'
|
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
|
- name: verify codegen
|
||||||
run: hack/verify-codegen.sh
|
run: hack/verify-codegen.sh
|
||||||
- name: verify crdgen
|
- name: verify crdgen
|
||||||
|
|
Loading…
Reference in New Issue