From 66f3a899b81f0eeeee1b545b1f7056a49bfde85f Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 27 Dec 2023 07:05:17 -0500 Subject: actions: better scope secrets for deployment --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/ci.yaml') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 58d1966..4c03f04 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,9 +49,11 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix + if: ${{ !matrix.isCached }} uses: DeterminateSystems/nix-installer-action@v9 - name: Setup Cachix + if: ${{ !matrix.isCached }} uses: cachix/cachix-action@v13 with: name: getchoo -- cgit v1.2.3