ci: Pass cachix token to all nix jobs

This commit is contained in:
Wolfgang Walther
2024-02-24 19:59:46 +01:00
committed by Wolfgang Walther
parent 44e041282c
commit 11accb760a
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -17,6 +17,8 @@ jobs:
docs:
name: Docs
uses: ./.github/workflows/docs.yaml
secrets:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
test: