From 339d9e5ddfd90e407e95d244957483caca58c618 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Mon, 25 Apr 2022 21:53:38 +0200 Subject: [PATCH] fix perms --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4f59cad..0e87930 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - uses: usama2490/lintly-flake8-github-action@v1.1 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" failIf: new # Additional arguments to be black compliant