Skip to content

Commit 3d129bc

Browse files
authored
ci: use the cachix auth token instead (#116)
The cache was converted to using auth tokens
1 parent 9c54565 commit 3d129bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: cachix/cachix-action@v10
2020
with:
2121
name: numtide
22-
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
22+
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
2323
- run: ./ci.sh
2424
docs:
2525
strategy:
@@ -32,7 +32,7 @@ jobs:
3232
- uses: cachix/cachix-action@v10
3333
with:
3434
name: numtide
35-
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
35+
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
3636
- run: |
3737
nix-build -A docs
3838
cp -r "$(readlink ./result)" book

0 commit comments

Comments
 (0)