Skip to content

Commit

Permalink
Update pr-evaluation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vishakh-abhayan authored Nov 3, 2024
1 parent d43edb2 commit 9db8885
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-evaluation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Save this as .github/workflows/pr-evaluation.yml
name: PR Evaluation Workflow

on:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 9db8885

Please sign in to comment.