Skip to content

Commit

Permalink
Fix cachix push in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Dec 27, 2023
1 parent 914e884 commit b68c344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
uses: cachix/cachix-action@v13
with:
name: sandkasten
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix build

0 comments on commit b68c344

Please sign in to comment.