fix(ci): Pass GitHub App token to comment action in AI slash commands (#70868)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ad4d9af6d0
commit
238e51bbbb
@@ -50,6 +50,7 @@ jobs:
|
||||
if: inputs.comment-id != ''
|
||||
uses: peter-evans/create-or-update-comment@v4
|
||||
with:
|
||||
token: ${{ steps.get-app-token.outputs.token }}
|
||||
comment-id: ${{ inputs.comment-id }}
|
||||
issue-number: ${{ inputs.pr }}
|
||||
body: |
|
||||
|
||||
1
.github/workflows/ai-prove-fix-command.yml
vendored
1
.github/workflows/ai-prove-fix-command.yml
vendored
@@ -50,6 +50,7 @@ jobs:
|
||||
if: inputs.comment-id != ''
|
||||
uses: peter-evans/create-or-update-comment@v4
|
||||
with:
|
||||
token: ${{ steps.get-app-token.outputs.token }}
|
||||
comment-id: ${{ inputs.comment-id }}
|
||||
issue-number: ${{ inputs.pr }}
|
||||
body: |
|
||||
|
||||
@@ -50,6 +50,7 @@ jobs:
|
||||
if: inputs.comment-id != ''
|
||||
uses: peter-evans/create-or-update-comment@v4
|
||||
with:
|
||||
token: ${{ steps.get-app-token.outputs.token }}
|
||||
comment-id: ${{ inputs.comment-id }}
|
||||
issue-number: ${{ inputs.pr }}
|
||||
body: |
|
||||
|
||||
Reference in New Issue
Block a user