Skip to content

Commit 0951cb7

Browse files
committed
Fix deprecated action inputs
1 parent 7631a63 commit 0951cb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/create-github-app-token@v3
4848
id: app-token1
4949
with:
50-
app-id: ${{ vars.CLIENT_ID }}
50+
client-id: ${{ vars.CLIENT_ID }}
5151
private-key: ${{ secrets.PRIVATE_KEY }}
5252

5353
- name: Run data collection script with App Installation Token
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/create-github-app-token@v3
8383
id: app-token
8484
with:
85-
app-id: ${{ vars.CLIENT_ID }}
85+
client-id: ${{ vars.CLIENT_ID }}
8686
private-key: ${{ secrets.PRIVATE_KEY }}
8787

8888
- name: Get GitHub App User ID

0 commit comments

Comments
 (0)