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 a456632 commit 2ec06d0Copy full SHA for 2ec06d0
1 file changed
.github/workflows/build.yml
@@ -23,6 +23,9 @@ jobs:
23
- uses: actions/setup-go@v4
24
with:
25
go-version: stable
26
+ - uses: cachix/install-nix-action@v23
27
+ with:
28
+ github_access_token: ${{ secrets.GH_PAT }}
29
- name: test
30
run: |
31
go mod tidy
0 commit comments