1
0
mirror of synced 2025-12-19 18:14:56 -05:00

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:
Aaron ("AJ") Steers
2025-12-11 10:31:42 -08:00
committed by GitHub
parent ad4d9af6d0
commit 238e51bbbb
3 changed files with 3 additions and 0 deletions

View File

@@ -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: |

View File

@@ -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: |

View File

@@ -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: |