Skip to content

Commit 75a8e01

Browse files
committed
chore: set token
1 parent fc09ff7 commit 75a8e01

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
fetch-depth: 0
1919

2020
- uses: jdx/mise-action@v3
21+
with:
22+
github_token: ${{ secrets.GITHUB_TOKEN }}
2123

2224
- uses: actions/setup-go@v6
2325
with:

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- uses: actions/checkout@v6
2323

2424
- uses: jdx/mise-action@v3
25+
with:
26+
github_token: ${{ secrets.GITHUB_TOKEN }}
2527

2628
- uses: actions/setup-go@v6
2729
with:

0 commit comments

Comments
 (0)