From 18812423c5aa5b3e635cb1fca199c72a8c8cba2b Mon Sep 17 00:00:00 2001 From: Pelagic Date: Mon, 13 May 2024 11:49:28 +0300 Subject: [PATCH] Attempting to fix the superlinter action. --- .gitea/workflows/superlinter.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/superlinter.yaml b/.gitea/workflows/superlinter.yaml index f5df6ee..ac69b37 100644 --- a/.gitea/workflows/superlinter.yaml +++ b/.gitea/workflows/superlinter.yaml @@ -24,3 +24,6 @@ jobs: - name: Super-linter uses: https://github.com/super-linter/super-linter@v6.3.0 # x-release-please-version + env: + # To report GitHub Actions status checks + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}