setup github token

pull/6/head
Yax 3 years ago
parent 80c851e750
commit 2d8ddcb3cb

@ -15,7 +15,7 @@ jobs:
- uses: grantmcconnaughey/lintly-flake8-github-action@v1.0 - uses: grantmcconnaughey/lintly-flake8-github-action@v1.0
with: with:
# The GitHub API token to create reviews 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" # Fail if "new" violations detected or "any", default "new"
failIf: new failIf: new
# Additional arguments to be black compliant # Additional arguments to be black compliant

Loading…
Cancel
Save