From 2f23c523b10ec748cebf506fe6c24abba4a1b021 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Tue, 26 Apr 2022 08:10:03 +0200 Subject: [PATCH] Update lint.yml --- .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 939ad11..190c8e8 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