From a8290a86bd99d218f49b0e962c05976ebfa5ba33 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 15 May 2023 18:00:31 -0400 Subject: feat(ci): add cachix --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0972f35..51f5e9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,11 @@ jobs: with: github_access_token: ${{ secrets.GITHUB_TOKEN }} + - uses: cachix/cachix-action@v12 + with: + name: getchoo + authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} + - name: login to ghcr if: ${{ matrix.output == 'container' && github.ref == 'refs/heads/main' }} uses: docker/login-action@v2 -- cgit v1.2.3