diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index eafd9911..cd000f2a 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -24,3 +24,6 @@ jobs: startsWith(github.event.comment.body, '/backport') ) uses: opentdf/platform/.github/workflows/reusable_backport.yaml@main + secrets: + APP_ID: ${{ secrets.APP_ID }} + AUTOMATION_KEY: ${{ secrets.AUTOMATION_KEY }} diff --git a/.github/workflows/create-release-branch.yaml b/.github/workflows/create-release-branch.yaml index 0cec57da..a31ed232 100644 --- a/.github/workflows/create-release-branch.yaml +++ b/.github/workflows/create-release-branch.yaml @@ -13,3 +13,6 @@ jobs: permissions: id-token: write uses: opentdf/platform/.github/workflows/reusable_create-release-branch.yaml@main + secrets: + APP_ID: ${{ secrets.APP_ID }} + AUTOMATION_KEY: ${{ secrets.AUTOMATION_KEY }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3105be3a..17ef5750 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,6 +18,9 @@ jobs: contents: write pull-requests: write uses: opentdf/platform/.github/workflows/reusable_release-please.yaml@main + secrets: + APP_ID: ${{ secrets.APP_ID }} + AUTOMATION_KEY: ${{ secrets.AUTOMATION_KEY }} release: runs-on: ubuntu-latest steps: