From 77541008fc8ae54f199046dca25604a037480943 Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Mon, 15 Apr 2024 10:49:20 -0300 Subject: [PATCH] gha: make run-kata-coco-tests inherit secrets The new CoCo non-tee job introduced on commit 0d5399ba923a17f need to read secrets like AZ_TENANT_ID, so run-kata-coco-tests workflow should inherit the secrets from the caller workflow. Fixes #9477 Signed-off-by: Wainer dos Santos Moschetta --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7974d1c7b9..ad57a5676d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -191,6 +191,7 @@ jobs: commit-hash: ${{ inputs.commit-hash }} pr-number: ${{ inputs.pr-number }} target-branch: ${{ inputs.target-branch }} + secrets: inherit run-k8s-tests-on-zvsi: needs: [publish-kata-deploy-payload-s390x, build-and-publish-tee-confidential-unencrypted-image]