Skip to content

Commit 3589fbd

Browse files
committed
No more PAT usage
1 parent 410531a commit 3589fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v6
6363
with:
6464
ref: ${{ steps.pr-details.outputs.head_ref }}
65-
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
65+
token: ${{ secrets.GITHUB_TOKEN }}
6666
fetch-depth: 0
6767

6868
- name: Run MegaLinter

0 commit comments

Comments
 (0)