fix(ci): fallback protoc token to github.token

This commit is contained in:
Henry Guo
2026-05-19 06:13:09 +00:00
parent ea9a355d20
commit f70dedf8c4
+1 -1
View File
@@ -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