Skip to content

Commit d46f2ae

Browse files
committed
ci: updates outdated parameter
1 parent 4da054a commit d46f2ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please-gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: app-token
3030
uses: actions/create-github-app-token@v3
3131
with:
32-
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
32+
client-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
3333
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
3434

3535
- name: Release Please

0 commit comments

Comments
 (0)