fix: Use GITHUB_TOKEN to increase the rate limit for mise action

This commit is contained in:
Anton Ovchinnikov
2025-06-22 11:50:17 +02:00
parent 638f320959
commit 89fb9efcfa
+4 -1
View File
@@ -1,5 +1,4 @@
name: Go Tests
on:
push:
branches:
@@ -17,6 +16,8 @@ on:
- "Makefile"
- "scripts/**"
- "test/**"
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
@@ -52,6 +53,8 @@ jobs:
uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
with:
version: "2025.6.5"
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Generate Protobuf files
run: |