Skip to content

Commit

Permalink
ci: use the cachix auth token instead (#116)
Browse files Browse the repository at this point in the history
The cache was converted to using auth tokens
  • Loading branch information
zimbatm authored May 31, 2021
1 parent 9c54565 commit 3d129bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: cachix/cachix-action@v10
with:
name: numtide
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: ./ci.sh
docs:
strategy:
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: cachix/cachix-action@v10
with:
name: numtide
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: |
nix-build -A docs
cp -r "$(readlink ./result)" book
Expand Down

0 comments on commit 3d129bc

Please sign in to comment.