We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237c755 commit 7b8eaf2Copy full SHA for 7b8eaf2
.github/workflows/pipeline.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Super-linter
16
uses: super-linter/super-linter@v7.1.0
17
env:
18
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.WF_TOKEN }}
19
VALIDATE_BASH: false
20
FIX_CHECKOV: true
21
FIX_MARKDOWN: true
@@ -31,4 +31,4 @@ jobs:
31
branch: ${{ github.head_ref || github.ref }}
32
commit_message: "chore: fix linting issues"
33
commit_user_name: Wesley Scholl
34
- commit_user_email: wscholl@totalwine.com
+ commit_user_email: wscholl@totalwine.com
0 commit comments