Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add secrets: inherit to all the calls to build-node-and-runtime workflow
  • Loading branch information
keenbytes committed Oct 31, 2022
commit 2fee19d49c5025e0bf52fad58216d0108f7e9cda
1 change: 1 addition & 0 deletions .github/workflows/deploy-feature-envs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
if: (github.event.label.name == '[AZERO] DEPLOY-FEATURE-ENV') || (github.event.label.name == '[AZERO] DEPLOY-HOT-FEATURE-ENV')
name: Build runtime and aleph-node binary artefacts
uses: ./.github/workflows/build-node-and-runtime.yml
secrets: inherit

push_pr_image:
if: (github.event.label.name == '[AZERO] DEPLOY-FEATURE-ENV') || (github.event.label.name == '[AZERO] DEPLOY-HOT-FEATURE-ENV')
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests-main-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
build-new-node:
name: Build node and runtime artifacts (PR version)
uses: ./.github/workflows/build-node-and-runtime.yml
secrets: inherit

build-test-docker:
needs: [build-new-node]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
build-new-node:
name: Build node and runtime artifacts (PR version)
uses: ./.github/workflows/build-node-and-runtime.yml
secrets: inherit

build-test-docker:
needs: [build-new-node]
Expand Down