We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410531a commit 3589fbdCopy full SHA for 3589fbd
.github/workflows/pr.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: actions/checkout@v6
63
with:
64
ref: ${{ steps.pr-details.outputs.head_ref }}
65
- token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
66
fetch-depth: 0
67
68
- name: Run MegaLinter
0 commit comments