From a2aee99d196c19098c8fa9b98d58b323cacbbb79 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 25 Oct 2023 14:23:04 +0200 Subject: [PATCH] Update .github/workflows/code-style.yml --- .github/workflows/code-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index dbb8c7b6..ad3ed1be 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -23,6 +23,6 @@ jobs: - uses: reviewdog/action-suggester@v1 with: tool_name: JuliaFormatter - github_token: ${{ secrets.REVIEWDOG_TOKEN }} + github_token: ${{ secrets.github_token }} fail_on_error: true filter_mode: added