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
+1
View File
@@ -132,6 +132,7 @@ jobs:
- name: Setup Nix Environment
uses: ./.github/actions/setup-nix
with:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
tools: loadtest
- uses: WyriHaximus/github-action-get-previous-tag@04e8485ecb6487243907e330d522ff60f02283ce # v1.4.0
id: get-latest-tag