Skip to content

Commit c050131

Browse files
Replace token
1 parent 6b1f632 commit c050131

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525

2626
- name: build
2727
run: go tool task build # needed to download the embedded resources
28+
env:
29+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2830

2931
- uses: dprint/check@v2.2
3032
with:

.github/workflows/go-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ jobs:
2020

2121
- name: Run tests
2222
run: go tool task test
23+
env:
24+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
env:
6666
GOARCH: ${{ matrix.arch }}
6767
GOOS: ${{ matrix.os }}
68+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6869

6970
- name: Prepare Build Artifacts (!windows)
7071
working-directory: ./${{ env.DIST_DIR }}

0 commit comments

Comments
 (0)