Skip to content

Commit 861038b

Browse files
committed
use client-id instead of app-id that is deprecated
1 parent 93a0db5 commit 861038b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
7777
id: app-token
7878
with:
79-
app-id: ${{ vars.RYOTA2357_PR_ACTION_APP_APP_ID }}
79+
client-id: ${{ vars.RYOTA2357_PR_ACTION_APP_CLIENT_ID }}
8080
private-key: ${{ secrets.RYOTA2357_PR_ACTION_APP_PRIVATE_KEY }}
8181

8282
- name: Create Pull Request

0 commit comments

Comments
 (0)