1
Fork 0

CI: Re-export the secret
Some checks failed
/ Publish (push) Failing after 1m37s

This commit is contained in:
Jan-Erik Rediger 2023-09-29 13:54:32 +02:00
parent 438357d679
commit 3ddb75e8ed

View file

@ -11,4 +11,5 @@ jobs:
name: Checkout name: Checkout
- name: Build - name: Build
run: | run: |
export CACHIX_AUTH_TOKEN=${{secrets.CACHIX_AUTH_TOKEN}}
nix develop --command bash -c 'cachix use $CACHIX_NAME && cachix watch-exec $CACHIX_NAME nix build' nix develop --command bash -c 'cachix use $CACHIX_NAME && cachix watch-exec $CACHIX_NAME nix build'