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 }}