fix perms

This commit is contained in:
Yax 2022-04-25 21:53:38 +02:00
parent a20920a1c7
commit 339d9e5ddf

View file

@ -15,7 +15,7 @@ jobs:
- uses: usama2490/lintly-flake8-github-action@v1.1 - uses: usama2490/lintly-flake8-github-action@v1.1
with: with:
# The GitHub API token to create reviews with # The GitHub API token to create reviews with
token: ${{ secrets.ACTION_GITHUB_TOKEN }} token: ${{ secrets.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