Skip to content

Commit

Permalink
Add cachix auth token to cachix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-arkinstall committed Jul 30, 2024
1 parent 3db33d3 commit 357d9fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-with-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: cachix/cachix-action@v15
with:
name: tket
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build pytket-cutensornet
run: nix build --accept-flake-config
test:
Expand Down

0 comments on commit 357d9fd

Please sign in to comment.