Skip to content

Commit fa81947

Browse files
authored
Update pr-issue-validator.yaml
1 parent 927ba8d commit fa81947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-issue-validator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Validate Issue Reference
3030
env:
31-
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_ISSUES_PR_TOKEN }}
31+
GITHUB_TOKEN: ${{ github.token }}
3232
PR_BODY: ${{ github.event.pull_request.body }}
3333
url: ${{ github.event.pull_request.url }}
3434
PRNUM: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)