Skip to content

Commit

Permalink
Update validate_submission.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
M-7th authored Nov 23, 2023
1 parent 5b9febd commit 2758ef4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate_submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Approve Pull Request
uses: juliangruber/[email protected]
with:
github-token: ${{ secrets.WF_PR_PAT }}
github-token: ${{ secrets.GITHUB_TOKEN }}
number: ${{ github.event.pull_request.number }}

# Eventually comment on it
Expand Down Expand Up @@ -175,7 +175,6 @@ jobs:
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
GITHUB_TOKEN: ${{ secrets.WF_PR_PAT }}
message: |
An error occurred. Validation: ${{ needs.validate_request.outputs.validate_error_msg }}. Authentication: ${{ needs.validate_request.outputs.authenticate_error_msg }}
pr_number: ${{ github.event.pull_request.number }}

0 comments on commit 2758ef4

Please sign in to comment.