Skip to content

Commit

Permalink
fix(ci): Fix auth token for cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jan 7, 2025
1 parent 45d24fe commit 2766b2e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix-build-and-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: cachix/cachix-action@v15
with:
name: mrjones2014-dotfiles
signingKey: '${{ secrets.CACHIX_AUTH_TOKEN }}'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: build all definitions
run: nix run github:Mic92/nix-fast-build -L -- --skip-cached --no-download --no-nom --eval-workers 1 --eval-max-memory-size 2048 --flake .#checks.${{ matrix.system }}
36 changes: 35 additions & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2766b2e

Please sign in to comment.