From e2e1abcca648af5888e04b11a6457936d0473ace Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Tue, 26 Apr 2022 08:03:47 +0200 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0e87930..939ad11 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,8 +15,8 @@ jobs: - uses: usama2490/lintly-flake8-github-action@v1.1 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 - args: "--max-line-length=88 --extend-ignore=E203 --exclude=*/tests/*" \ No newline at end of file + args: "--max-line-length=88 --extend-ignore=E203 --exclude=*/tests/*"