fix: api rate limit

This commit is contained in:
overtrue
2025-07-09 09:16:04 +08:00
parent 660f004cfd
commit aa65766312

View File

@@ -72,7 +72,7 @@ runs:
uses: arduino/setup-protoc@v3
with:
version: "31.1"
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ inputs.github-token }}
- name: Install flatc
uses: Nugine/setup-flatc@v1