From 9e0f4d12e08e4f9b77254f5ed4c0138c682d68e9 Mon Sep 17 00:00:00 2001 From: Holger Obermaier <40787752+ho-ob@users.noreply.github.com> Date: Fri, 23 Jan 2026 13:43:14 +0100 Subject: [PATCH] Add missing secrete --- .github/workflows/runonce.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/runonce.yml b/.github/workflows/runonce.yml index ab41950..ca4b16c 100644 --- a/.github/workflows/runonce.yml +++ b/.github/workflows/runonce.yml @@ -58,6 +58,8 @@ jobs: - name: Run Static Analysis with go vet and Upload Report with reviewdog run: | go vet ./... | reviewdog -f=govet -reporter=github-check -filter-mode=nofilter -fail-level none + env: + REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Running the linter requires likwid.h, which gets downloaded in the build step - name: Run Static Analysis with staticcheck and Upload Report with reviewdog