diff --git a/.github/workflows/release-amd64.yaml b/.github/workflows/release-amd64.yaml index b48fada645..a642e1782f 100644 --- a/.github/workflows/release-amd64.yaml +++ b/.github/workflows/release-amd64.yaml @@ -12,6 +12,7 @@ jobs: with: push-to-registry: yes stage: release + secrets: inherit kata-deploy: needs: build-kata-static-tarball-amd64 diff --git a/.github/workflows/release-arm64.yaml b/.github/workflows/release-arm64.yaml index e039ee04e9..5003606e1a 100644 --- a/.github/workflows/release-arm64.yaml +++ b/.github/workflows/release-arm64.yaml @@ -12,6 +12,7 @@ jobs: with: push-to-registry: yes stage: release + secrets: inherit kata-deploy: needs: build-kata-static-tarball-arm64 diff --git a/.github/workflows/release-ppc64le.yaml b/.github/workflows/release-ppc64le.yaml index 35b343179d..36f0379de5 100644 --- a/.github/workflows/release-ppc64le.yaml +++ b/.github/workflows/release-ppc64le.yaml @@ -12,6 +12,7 @@ jobs: with: push-to-registry: yes stage: release + secrets: inherit kata-deploy: needs: build-kata-static-tarball-ppc64le