From 2e987d935ab6a344bad19ee102bdb0be2009d713 Mon Sep 17 00:00:00 2001 From: jeet041 Date: Tue, 8 Apr 2025 13:35:26 +0530 Subject: [PATCH] Update AI_Agent_review.yml Signed-off-by: jeet041 --- .github/workflows/AI_Agent_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AI_Agent_review.yml b/.github/workflows/AI_Agent_review.yml index 7d4aa297e..b075ab11f 100644 --- a/.github/workflows/AI_Agent_review.yml +++ b/.github/workflows/AI_Agent_review.yml @@ -28,7 +28,7 @@ jobs: "base_branch": "${{ github.event.pull_request.base.ref }}", "main_branch": "${{ github.event.pull_request.head.ref }}", "repo": "${{ github.repository }}", - "git_token": "${{ secrets.GITHUB_TOKEN }}" + "git_token": "${{ secrets.PAT_TOKEN }}" }' env: LAMBDA_URL: ${{ secrets.LAMBDA_URL }}