Merge pull request #3025 from RainbowMango/pr_update_protoc_token
Update protoc setup token
This commit is contained in:
commit
fa3a983136
|
@ -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