From d43c3c017236f896475a125fc16f4dfbd89f54bb Mon Sep 17 00:00:00 2001 From: Michael Mainer <8527305+MIchaelMainer@users.noreply.github.com> Date: Thu, 14 Aug 2025 14:10:16 -0700 Subject: [PATCH] chore: set correct parameter names --- .github/workflows/release-please.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ec6d1042174..22426ac1f62 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -25,11 +25,10 @@ jobs: id: app-token uses: actions/create-github-app-token@v2 with: - app_id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }} - private_key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }} - installation_id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_INSTALLATION_ID }} - + app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }} + private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }} + - name: Release Please uses: googleapis/release-please-action@v4 with: - token: ${{ steps.app-token.outputs.token }} \ No newline at end of file + token: ${{ steps.app-token.outputs.token }}