From 9a078b008644feaad9c187eb707f75ec4d4c566f Mon Sep 17 00:00:00 2001 From: Jose Armesto Date: Mon, 1 Jun 2026 13:13:34 +0200 Subject: [PATCH] ci: wire release-please-approver App into release workflow Pin to the combined upstream branch that has both the empty-manifest fix (github-workflows#191) and the auto-approve mechanism (github-workflows#192), and pass the new approver-App secrets through. Revert pin to @main once both upstream PRs land. --- .github/workflows/zz_generated.release-please.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/zz_generated.release-please.yaml b/.github/workflows/zz_generated.release-please.yaml index 11d23d5..012c51c 100644 --- a/.github/workflows/zz_generated.release-please.yaml +++ b/.github/workflows/zz_generated.release-please.yaml @@ -16,7 +16,7 @@ permissions: {} jobs: release_please: - uses: giantswarm/github-workflows/.github/workflows/release.yaml@fix-first-release-auto-merge-detection + uses: giantswarm/github-workflows/.github/workflows/release.yaml@release-approver-auto-approve permissions: contents: write pull-requests: write @@ -25,3 +25,5 @@ jobs: secrets: RELEASE_PLEASE_CLIENT_ID: ${{ secrets.RELEASE_PLEASE_CLIENT_ID }} RELEASE_PLEASE_PRIVATE_KEY: ${{ secrets.RELEASE_PLEASE_PRIVATE_KEY }} + RELEASE_PLEASE_APPROVER_CLIENT_ID: ${{ secrets.RELEASE_PLEASE_APPROVER_CLIENT_ID }} + RELEASE_PLEASE_APPROVER_PRIVATE_KEY: ${{ secrets.RELEASE_PLEASE_APPROVER_PRIVATE_KEY }}