Merge pull request #8612 from BbolroC/introduce-secret-inheritance-s390x

GHA: make secrets inherited for build-kata-static-tarball-s390x
This commit is contained in:
Zvonko Kaiser 2023-12-08 17:32:47 +01:00 committed by GitHub
commit 9d38f01c2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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