Skip to content

Commit

Permalink
Add GITHUB_TOKEN to super-linter (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Sep 8, 2020
1 parent ba4c050 commit 9b2ea91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linter.yml
Expand Up @@ -43,4 +43,6 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: docker://github/super-linter
uses: github/super-linter@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9b2ea91

Please sign in to comment.