From 2d8ddcb3cb949d9b3cf29f832df9a9d7a264f37c Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Mon, 25 Apr 2022 21:33:59 +0200 Subject: [PATCH] setup github token --- .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 3415172..cd20671 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - uses: grantmcconnaughey/lintly-flake8-github-action@v1.0 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