Change summary
.github/workflows/ci.yml | 1 +
.github/workflows/release_nightly.yml | 1 +
2 files changed, 2 insertions(+)
Detailed changes
@@ -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
@@ -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: