mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-07 07:57:43 +00:00
GHA: make secrets inherited for build-kata-static-tarball-s390x
This is to make GHA secrets inherited for the workflow titled `build-kata-static-tarball-s390x` to configure an environment variable `CI_HKD_PATH` for a `build-asset-boot-image-se` step. Fixes: #8611 Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
parent
588f639a69
commit
636eef8907
.github/workflows
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -42,6 +42,7 @@ jobs:
|
||||
tarball-suffix: -${{ inputs.tag }}
|
||||
commit-hash: ${{ inputs.commit-hash }}
|
||||
target-branch: ${{ inputs.target-branch }}
|
||||
secrets: inherit
|
||||
|
||||
build-kata-static-tarball-ppc64le:
|
||||
uses: ./.github/workflows/build-kata-static-tarball-ppc64le.yaml
|
||||
|
1
.github/workflows/release-s390x.yaml
vendored
1
.github/workflows/release-s390x.yaml
vendored
@ -11,6 +11,7 @@ jobs:
|
||||
uses: ./.github/workflows/build-kata-static-tarball-s390x.yaml
|
||||
with:
|
||||
stage: release
|
||||
secrets: inherit
|
||||
|
||||
kata-deploy:
|
||||
needs: build-kata-static-tarball-s390x
|
||||
|
Loading…
Reference in New Issue
Block a user