From 4f51446a8f381c92477904e85691c043acf53e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Vescera?= Date: Sun, 13 Oct 2024 16:00:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(ci/cd):=20add=20github=20token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5c15991..0334220 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,6 +31,6 @@ jobs: - name: Super-linter uses: super-linter/super-linter@v7.1.0 # x-release-please-version - # env: - # # To report GitHub Actions status checks - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + env: + # To report GitHub Actions status checks + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}