From 89fb9efcfac89afa72238c5f1fe1387986a5167c Mon Sep 17 00:00:00 2001 From: Anton Ovchinnikov Date: Sun, 22 Jun 2025 11:41:14 +0200 Subject: [PATCH] fix: Use GITHUB_TOKEN to increase the rate limit for mise action --- .github/workflows/go-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index 7914f7ef..cc08f3e7 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -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: |