mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
fix: Use GITHUB_TOKEN to increase the rate limit for mise action
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
name: Go Tests
|
name: Go Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -17,6 +16,8 @@ on:
|
|||||||
- "Makefile"
|
- "Makefile"
|
||||||
- "scripts/**"
|
- "scripts/**"
|
||||||
- "test/**"
|
- "test/**"
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -52,6 +53,8 @@ jobs:
|
|||||||
uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
|
uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
|
||||||
with:
|
with:
|
||||||
version: "2025.6.5"
|
version: "2025.6.5"
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
- name: Generate Protobuf files
|
- name: Generate Protobuf files
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user