Skip to content

Commit

Permalink
add auth token to env
Browse files Browse the repository at this point in the history
  • Loading branch information
olynch committed Nov 4, 2024
1 parent 576a8b8 commit bd30786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- run: nix profile install nixpkgs#cachix
- run: cachix watch-exec narya -- nix build --accept-flake-config .
- run: cachix watch-exec narya -- nix develop
- run: env CACHIX_AUTH_TOKEN=${{ secrets.CACHIX_AUTH_TOKEN }} cachix watch-exec narya -- nix build --accept-flake-config .
- run: env CACHIX_AUTH_TOKEN=${{ secrets.CACHIX_AUTH_TOKEN }} cachix watch-exec narya -- nix develop

0 comments on commit bd30786

Please sign in to comment.