Skip to content

Commit 4192a5f

Browse files
chore: set correct parameter names (#2975)
1 parent ca3bec4 commit 4192a5f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ jobs:
2525
id: app-token
2626
uses: actions/create-github-app-token@v2
2727
with:
28-
app_id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
29-
private_key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
30-
installation_id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_INSTALLATION_ID }}
31-
28+
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
29+
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
30+
3231
- name: Release Please
3332
uses: googleapis/release-please-action@v4
3433
with:
35-
token: ${{ steps.app-token.outputs.token }}
34+
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)