Skip to content

Commit 0084730

Browse files
committed
ci(gh-actions): Add missing env variables
Now mcl validates all ci_matrix env vars on startup.
1 parent fe3f85b commit 0084730

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
- name: Generate Matrix for Matrix
7575
id: generate-matrix
7676
env:
77+
CACHIX_CACHE: ${{ vars.CACHIX_CACHE }}
78+
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
7779
MCL_BRANCH: ${{ github.repository == 'metacraft-labs/nixos-modules' && github.sha || 'main' }}
7880
run: nix run --accept-flake-config github:metacraft-labs/nixos-modules/${{ env.MCL_BRANCH }}#mcl shard_matrix
7981
outputs:

0 commit comments

Comments
 (0)