mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 09:18:28 +00:00
fix(ci): fallback protoc token to github.token
This commit is contained in:
@@ -59,7 +59,7 @@ runs:
|
|||||||
uses: arduino/setup-protoc@v3
|
uses: arduino/setup-protoc@v3
|
||||||
with:
|
with:
|
||||||
version: "34.1"
|
version: "34.1"
|
||||||
repo-token: ${{ inputs.github-token }}
|
repo-token: ${{ inputs.github-token || github.token }}
|
||||||
|
|
||||||
- name: Install flatc
|
- name: Install flatc
|
||||||
uses: Nugine/setup-flatc@v1
|
uses: Nugine/setup-flatc@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user