Skip to content

Commit 7b8eaf2

Browse files
authored
Update pipeline.yaml
1 parent 237c755 commit 7b8eaf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Super-linter
1616
uses: super-linter/[email protected]
1717
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
GITHUB_TOKEN: ${{ secrets.WF_TOKEN }}
1919
VALIDATE_BASH: false
2020
FIX_CHECKOV: true
2121
FIX_MARKDOWN: true
@@ -31,4 +31,4 @@ jobs:
3131
branch: ${{ github.head_ref || github.ref }}
3232
commit_message: "chore: fix linting issues"
3333
commit_user_name: Wesley Scholl
34-
commit_user_email: [email protected]
34+
commit_user_email: [email protected]

0 commit comments

Comments
 (0)