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 }}