ci: Fix cachix secrets (#32259)

Julia Ryan created

Change summary

.github/workflows/ci.yml              | 1 +
.github/workflows/release_nightly.yml | 1 +
2 files changed, 2 insertions(+)

Detailed changes

.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