We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50714d2 commit 693079eCopy full SHA for 693079e
1 file changed
.github/workflows/mega-linter.yml
@@ -37,6 +37,7 @@ jobs:
37
with:
38
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
39
fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances
40
+ persist-credentials: false
41
42
# MegaLinter
43
- name: MegaLinter
0 commit comments