setup github token
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
- uses: grantmcconnaughey/lintly-flake8-github-action@v1.0
|
||||
with:
|
||||
# The GitHub API token to create reviews with
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.ACTION_GITHUB_TOKEN }}
|
||||
# Fail if "new" violations detected or "any", default "new"
|
||||
failIf: new
|
||||
# Additional arguments to be black compliant
|
||||
|
||||
Reference in New Issue
Block a user