diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de7b77059e..eb7a36db5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -801,6 +801,7 @@ jobs: name: Build with Nix uses: ./.github/workflows/nix.yml if: github.repository_owner == 'zed-industries' && contains(github.event.pull_request.labels.*.name, 'run-nix') + secrets: inherit with: flake-output: debug # excludes the final package to only cache dependencies diff --git a/.github/workflows/release_nightly.yml b/.github/workflows/release_nightly.yml index 54cd2e8684..d9287cb082 100644 --- a/.github/workflows/release_nightly.yml +++ b/.github/workflows/release_nightly.yml @@ -214,6 +214,7 @@ jobs: bundle-nix: name: Build and cache Nix package needs: tests + secrets: inherit uses: ./.github/workflows/nix.yml update-nightly-tag: