From 5fc1e92bbb3ea72d12fe7b54c90f4194753bd939 Mon Sep 17 00:00:00 2001 From: Petar Kirov Date: Thu, 15 Aug 2024 01:30:21 +0300 Subject: [PATCH] ci(gh-actions): Add missing env variables Now mcl validates all ci_matrix env vars on startup. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea48ec2e..1ef55d37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: