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 }}