Skip to content

Commit

Permalink
add GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Jan 23, 2023
1 parent 7a5e498 commit 97a09a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Lint code base
uses: docker://github/super-linter:v4.10.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Listed but disabled linters would be nice to have.
# Python (supported using Pylint) and C/C++ (not supported) are
# handled separately due to the complexity of the settings.
Expand Down

0 comments on commit 97a09a7

Please sign in to comment.