Skip to content

Commit 32641cb

Browse files
dblockclaude
andcommitted
Fix deprecated installation_id parameter in github-app-token action.
Replace installation_id with installation_retrieval_mode and installation_retrieval_payload. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 1546855 commit 32641cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_api.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
with:
4040
app_id: ${{ secrets.CI_APP_ID }}
4141
private_key: ${{ secrets.CI_APP_PRIVATE_KEY }}
42-
installation_id: 36985419
42+
installation_retrieval_mode: id
43+
installation_retrieval_payload: 36985419
4344
- name: Create pull request
4445
id: cpr
4546
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)