Skip to content

Commit da5439c

Browse files
committed
ci: updates outdated parameter
1 parent 495a809 commit da5439c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/promote-shipped-apis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: app-token
1919
uses: actions/create-github-app-token@v3
2020
with:
21-
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
21+
client-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
2222
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
2323

2424
- name: Checkout code

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: app-token
5656
uses: actions/create-github-app-token@v3
5757
with:
58-
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
58+
client-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
5959
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
6060

6161
- name: Release Please

0 commit comments

Comments
 (0)