From 07a2899d30a6fbc2c3ae7e6f8e45002a5a17702f Mon Sep 17 00:00:00 2001 From: ArnoStrouwen Date: Sun, 3 Mar 2024 22:30:08 +0100 Subject: [PATCH] try github token --- .github/workflows/FormatCheck.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 6af1cde..eed9e81 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -26,6 +26,7 @@ jobs: julia -e 'using JuliaFormatter; format(".", verbose=true)' - uses: reviewdog/action-suggester@v1 with: + github_token: ${{ secrets.GITHUB_TOKEN }} tool_name: JuliaFormatter fail_on_error: true filter_mode: added \ No newline at end of file