Skip to content

Commit

Permalink
perf(ci): add GITHUB_TOKEN to report lint results
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Nov 6, 2023
1 parent 166b66c commit 3f6cb0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
# https://github.com/super-linter/super-linter#slim-image
uses: super-linter/super-linter/slim@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: ${{ env.DEFAULT_BRANCH }}
VALIDATE_ALL_CODEBASE: false
IGNORE_GITIGNORED_FILES: true
Expand Down
1 change: 1 addition & 0 deletions templates/.github/workflows/main.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Linting
uses: super-linter/super-linter/slim@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: {{ '${{ env.DEFAULT_BRANCH }}' }}
VALIDATE_ALL_CODEBASE: false
IGNORE_GITIGNORED_FILES: true
Expand Down

0 comments on commit 3f6cb0f

Please sign in to comment.