From 550e01015b1eb4d7384c2cb089b7b935d2c7555c Mon Sep 17 00:00:00 2001 From: Ruben Vargas Date: Fri, 20 Oct 2023 10:17:02 -0600 Subject: [PATCH] Include PUBLISH_APP_INSTALLATION_ID Signed-off-by: Ruben Vargas --- .github/workflows/release.yaml | 2 ++ .github/workflows/reusable-operator-hub-release.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c2f1a217e..7927cecad 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,6 +66,7 @@ jobs: secrets: PUBLISH_APP_ID: ${{ secrets.PUBLISH_APP_ID }} PUBLISH_APP_PRIVATE_KEY: ${{ secrets.PUBLISH_APP_PRIVATE_KEY }} + PUBLISH_APP_INSTALLATION_ID: ${{ secrets.PUBLISH_APP_INSTALLATION_ID }} operator-hub-community-release: needs: release @@ -77,3 +78,4 @@ jobs: secrets: PUBLISH_APP_ID: ${{ secrets.PUBLISH_APP_ID }} PUBLISH_APP_PRIVATE_KEY: ${{ secrets.PUBLISH_APP_PRIVATE_KEY }} + PUBLISH_APP_INSTALLATION_ID: ${{ secrets.PUBLISH_APP_INSTALLATION_ID }} \ No newline at end of file diff --git a/.github/workflows/reusable-operator-hub-release.yaml b/.github/workflows/reusable-operator-hub-release.yaml index 11a347a40..3c704ced4 100644 --- a/.github/workflows/reusable-operator-hub-release.yaml +++ b/.github/workflows/reusable-operator-hub-release.yaml @@ -27,6 +27,7 @@ jobs: with: app_id: ${{ secrets.PUBLISH_APP_ID }} private_key: ${{ secrets.PUBLISH_APP_PRIVATE_KEY }} + installation_retrieval_payload: ${{ secrets.PUBLISH_APP_INSTALLATION_ID }} - name: Sync fork env: