ci: Fix cachix secrets (#32259)
This commit is contained in:
parent
5b22994d9f
commit
47ac01842b
2 changed files with 2 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -801,6 +801,7 @@ jobs:
|
||||||
name: Build with Nix
|
name: Build with Nix
|
||||||
uses: ./.github/workflows/nix.yml
|
uses: ./.github/workflows/nix.yml
|
||||||
if: github.repository_owner == 'zed-industries' && contains(github.event.pull_request.labels.*.name, 'run-nix')
|
if: github.repository_owner == 'zed-industries' && contains(github.event.pull_request.labels.*.name, 'run-nix')
|
||||||
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
flake-output: debug
|
flake-output: debug
|
||||||
# excludes the final package to only cache dependencies
|
# excludes the final package to only cache dependencies
|
||||||
|
|
1
.github/workflows/release_nightly.yml
vendored
1
.github/workflows/release_nightly.yml
vendored
|
@ -214,6 +214,7 @@ jobs:
|
||||||
bundle-nix:
|
bundle-nix:
|
||||||
name: Build and cache Nix package
|
name: Build and cache Nix package
|
||||||
needs: tests
|
needs: tests
|
||||||
|
secrets: inherit
|
||||||
uses: ./.github/workflows/nix.yml
|
uses: ./.github/workflows/nix.yml
|
||||||
|
|
||||||
update-nightly-tag:
|
update-nightly-tag:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue