From 9db88858b49f1e14d3626a435b6b107dd08f32aa Mon Sep 17 00:00:00 2001 From: Vishakh Abhayan <94307781+vishakh-abhayan@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:51:20 +0530 Subject: [PATCH] Update pr-evaluation.yml --- .github/workflows/pr-evaluation.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr-evaluation.yml b/.github/workflows/pr-evaluation.yml index 4fa96083..9760648e 100644 --- a/.github/workflows/pr-evaluation.yml +++ b/.github/workflows/pr-evaluation.yml @@ -1,4 +1,3 @@ -# Save this as .github/workflows/pr-evaluation.yml name: PR Evaluation Workflow on: @@ -29,7 +28,7 @@ jobs: - name: Run validation script env: - GITHUB_TOKEN: ${{ secrets.GIT_TOP_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} PR_NUMBER: ${{ github.event.pull_request.number }} REPO_NAME: ${{ github.repository }} AUTHOR: ${{ github.event.pull_request.user.login }}