Skip to content

Commit 20336c7

Browse files
GitHub CopilotCopilot
andcommitted
chore: replace deprecated app-id with client-id in create-github-app-token
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d197a2f commit 20336c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-update-pr-branches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: jeeves-token
2121
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2222
with:
23-
app-id: ${{ secrets.JEEVES_APP_ID }}
23+
client-id: ${{ secrets.JEEVES_APP_ID }}
2424
private-key: ${{ secrets.JEEVES_APP_PRIVATE_KEY }}
2525
- name: Update out-of-date PR branches
2626
env:

0 commit comments

Comments
 (0)