Add installation retrieval mode and payload for Dependabot token generation

This commit is contained in:
Ahmed Ejaz
2025-10-04 18:50:47 +05:00
parent 782f813a15
commit 4a5938c0f7

View File

@@ -15,6 +15,8 @@ jobs:
with:
app_id: ${{ secrets.DEPENDABOT_PR_APP_ID }}
private_key: ${{ secrets.DEPENDABOT_PR_APP_PRIVATE_KEY }}
installation_retrieval_mode: id
installation_retrieval_payload: ${{ secrets.DEPENDABOT_PR_APP_INSTALLATION_ID }}
- name: Move PR to Code Review in Project v2
uses: actions/github-script@v7