mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-05 12:57:42 +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
|
||||
with:
|
||||
version: "34.1"
|
||||
repo-token: ${{ inputs.github-token }}
|
||||
repo-token: ${{ inputs.github-token || github.token }}
|
||||
|
||||
- name: Install flatc
|
||||
uses: Nugine/setup-flatc@v1
|
||||
|
||||
Reference in New Issue
Block a user