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