From dd53d646ce10ffac5f91e2e6027964a26445aa3b Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Mon, 25 Apr 2022 21:41:27 +0200 Subject: [PATCH] bypass action issue: https://github.com/grantmcconnaughey/lintly-flake8-github-action/issues/17 --- .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 cd20671..0e87930 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,10 +12,10 @@ jobs: poetry-version: 1.1.12 - name: Install dependencies run: poetry install - - uses: grantmcconnaughey/lintly-flake8-github-action@v1.0 + - 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