Skip to content

Commit 89fb9ef

Browse files
committed
fix: Use GITHUB_TOKEN to increase the rate limit for mise action
1 parent 638f320 commit 89fb9ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/go-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Go Tests
2-
32
on:
43
push:
54
branches:
@@ -17,6 +16,8 @@ on:
1716
- "Makefile"
1817
- "scripts/**"
1918
- "test/**"
19+
permissions:
20+
contents: read
2021
jobs:
2122
test:
2223
runs-on: ubuntu-latest
@@ -52,6 +53,8 @@ jobs:
5253
uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
5354
with:
5455
version: "2025.6.5"
56+
env:
57+
GITHUB_TOKEN: ${{ github.token }}
5558

5659
- name: Generate Protobuf files
5760
run: |

0 commit comments

Comments
 (0)