We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1f632 commit c050131Copy full SHA for c050131
.github/workflows/checks.yaml
@@ -25,6 +25,8 @@ jobs:
25
26
- name: build
27
run: go tool task build # needed to download the embedded resources
28
+ env:
29
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
31
- uses: dprint/check@v2.2
32
with:
.github/workflows/go-test.yml
@@ -20,3 +20,5 @@ jobs:
20
21
- name: Run tests
22
run: go tool task test
23
24
.github/workflows/release.yml
@@ -65,6 +65,7 @@ jobs:
65
env:
66
GOARCH: ${{ matrix.arch }}
67
GOOS: ${{ matrix.os }}
68
69
70
- name: Prepare Build Artifacts (!windows)
71
working-directory: ./${{ env.DIST_DIR }}
0 commit comments