From 636eef8907e8188f6cabca8e1c5770f16c7efaf7 Mon Sep 17 00:00:00 2001 From: Hyounggyu Choi Date: Fri, 8 Dec 2023 12:21:21 +0100 Subject: [PATCH] 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 --- .github/workflows/ci.yaml | 1 + .github/workflows/release-s390x.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c87bbf76c..691e92ac2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/.github/workflows/release-s390x.yaml b/.github/workflows/release-s390x.yaml index 4704e2913..e81ae2392 100644 --- a/.github/workflows/release-s390x.yaml +++ b/.github/workflows/release-s390x.yaml @@ -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