We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41d144 commit 80dd482Copy full SHA for 80dd482
.github/workflows/code-style.yml
@@ -23,6 +23,6 @@ jobs:
23
- uses: reviewdog/action-suggester@v1
24
with:
25
tool_name: JuliaFormatter
26
- github_token: ${{ secrets.REVIEWDOG_TOKEN }}
+ github_token: ${{ secrets.github_token }}
27
fail_on_error: true
28
filter_mode: added
0 commit comments