Skip to content

Commit

Permalink
nix ci: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jun 30, 2024
1 parent 654da93 commit 8f75c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- run: nix build --accept-flake-config -L
- run: nix run .#cachix push gepetto $(readlink result)
env:
CACHIX_AUTH_TOKEN = ${{ secrets.CACHIX_AUTH_TOKEN }}
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}

0 comments on commit 8f75c80

Please sign in to comment.