Merge pull request #9675 from stevenhorsman/release-build-tarballs-inherit-secrets

gha: release: Set inherit secrets on tarball builds
This commit is contained in:
Fabiano Fidêncio
2024-05-20 18:06:38 +02:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ jobs:
with: with:
push-to-registry: yes push-to-registry: yes
stage: release stage: release
secrets: inherit
kata-deploy: kata-deploy:
needs: build-kata-static-tarball-amd64 needs: build-kata-static-tarball-amd64

View File

@@ -12,6 +12,7 @@ jobs:
with: with:
push-to-registry: yes push-to-registry: yes
stage: release stage: release
secrets: inherit
kata-deploy: kata-deploy:
needs: build-kata-static-tarball-arm64 needs: build-kata-static-tarball-arm64

View File

@@ -12,6 +12,7 @@ jobs:
with: with:
push-to-registry: yes push-to-registry: yes
stage: release stage: release
secrets: inherit
kata-deploy: kata-deploy:
needs: build-kata-static-tarball-ppc64le needs: build-kata-static-tarball-ppc64le