From f240333f9fd60d088b9a5b32632d8bbc996c080c Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Thu, 2 Mar 2023 07:27:10 -0500 Subject: [PATCH] ci: push to cachix, actually --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a269dc4a2..42cd6bf3f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,7 @@ jobs: - uses: cachix/cachix-action@v11 with: name: srid + authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - name: Build Nix id: build-nix run: |