Skip to content

Commit 2383b28

Browse files
committed
edit super-linter action
1 parent b3ac067 commit 2383b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/super-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run Super-Linter (Check Only)
2222
uses: super-linter/super-linter@v7.3.0
2323
env:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
2525
VALIDATE_ALL_CODEBASE: true
2626

2727
# ✅ Step 2: Run Super-Linter in fix mode and commit changes
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run Super-Linter (Fix Mode)
4141
uses: super-linter/super-linter@v7.3.0
4242
env:
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
4444
# ✅ Enable auto-fix for Shell, Python, YAML, Markdown, and Terraform:
4545
FIX_SHELL_SHFMT: true
4646
FIX_YAML_PRETTIER: true

0 commit comments

Comments
 (0)