Skip to content

Commit 80dd482

Browse files
authored
Update .github/workflows/code-style.yml
1 parent d41d144 commit 80dd482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- uses: reviewdog/action-suggester@v1
2424
with:
2525
tool_name: JuliaFormatter
26-
github_token: ${{ secrets.REVIEWDOG_TOKEN }}
26+
github_token: ${{ secrets.github_token }}
2727
fail_on_error: true
2828
filter_mode: added

0 commit comments

Comments
 (0)