diff options
| author | seth <[email protected]> | 2023-12-27 07:05:17 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-27 07:05:17 -0500 |
| commit | 66f3a899b81f0eeeee1b545b1f7056a49bfde85f (patch) | |
| tree | 3e54dc1708514f0239f69b76e24999ab49360f37 /.github/workflows/ci.yaml | |
| parent | 8f9d7de04f4da4abc8a097c2021c8e4723c25dc7 (diff) | |
actions: better scope secrets for deployment
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
