File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1616jobs :
1717 build-and-run-tests :
1818 uses : ./.github/workflows/build-and-run-tests-from-branch.yml
19+ secrets : inherit
1920
2021
2122 publish-cli-image :
Original file line number Diff line number Diff line change 1818 uses : ./.github/workflows/build-and-run-tests-from-branch.yml
1919 with :
2020 commit_sha : ${{ github.event.inputs.commit_sha }}
21+ secrets : inherit
2122
2223 publish_on_github_packages :
2324 needs : build-and-run-tests
Original file line number Diff line number Diff line change 55
66jobs :
77 build_and_run_tests :
8- uses : ./.github/workflows/build-and-run-tests-from-branch.yml
8+ uses : ./.github/workflows/build-and-run-tests-from-branch.yml
9+ secrets : inherit
910
1011 publish_plugin_and_cli :
1112 needs : build_and_run_tests
1213 uses : ./.github/workflows/publish-plugin-and-cli-from-branch.yml
14+ secrets : inherit
You can’t perform that action at this time.
0 commit comments