Skip to content

Commit

Permalink
ci(gh-actions): Add missing env variables
Browse files Browse the repository at this point in the history
Now mcl validates all ci_matrix env vars on startup.
  • Loading branch information
PetarKirov committed Aug 14, 2024
1 parent ab7dfe5 commit 5fc1e92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
- name: Generate Matrix for Matrix
id: generate-matrix
env:
CACHIX_CACHE: ${{ vars.CACHIX_CACHE }}
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
MCL_BRANCH: ${{ github.repository == 'metacraft-labs/nixos-modules' && github.sha || 'main' }}
run: nix run --accept-flake-config github:metacraft-labs/nixos-modules/${{ env.MCL_BRANCH }}#mcl shard_matrix
outputs:
Expand Down

0 comments on commit 5fc1e92

Please sign in to comment.