Skip to content

Commit

Permalink
Update and rename check.yml to 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 a842c07 commit 775c941
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Save this as .github/workflows/pr-evaluation.yml
name: PR Evaluation Workflow

on:
Expand Down Expand Up @@ -26,9 +27,9 @@ jobs:
python -m pip install --upgrade pip
pip install PyGithub
- name: Run validation script
- 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 775c941

Please sign in to comment.