Update rtlreviewbot.yml

Added the app installation id
This commit is contained in:
Suheb 2026-05-01 20:14:54 -07:00 committed by GitHub
parent 69888dd7b8
commit f2314fcacf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ jobs:
actor: ${{ github.event.sender.login }}
comment_body: ${{ github.event.comment.body }}
comment_id: ${{ github.event.comment.id }}
installation_id: REPLACE_WITH_INSTALLATION_ID
installation_id: 127679607
# Credentials — passed as `with:` inputs (composite actions
# cannot declare a `secrets:` block). At least one of
# anthropic_api_key or claude_code_oauth_token must be set;