Skip to content

Commit ef039dd

Browse files
authored
CI: Replace deprecated app-id with client-id
1 parent 8b98376 commit ef039dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/backport-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2626
id: app-token
2727
with:
28-
app-id: ${{ vars.APP_ID }}
28+
client-id: ${{ vars.CLIENT_ID }}
2929
private-key: ${{ secrets.APP_PRIVATE_KEY }}
3030

3131
- name: Get GitHub App User ID

0 commit comments

Comments
 (0)