Skip to content

Commit 27e4b71

Browse files
author
Tom Sydney Kerckhove
committed
again
1 parent 487310b commit 27e4b71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/oneshot-nix-ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
- uses: cachix/install-nix-action@v31
99
with:
1010
github_access_token: ${{ secrets.GITHUB_TOKEN }}
11+
extra_nix_config: |
12+
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
13+
14+
1115
1216
- uses: cachix/cachix-action@v12
1317
with:

0 commit comments

Comments
 (0)