Skip to content

Commit

Permalink
Update .github/workflows/code-style.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored and lgoettgens committed Dec 1, 2023
1 parent 398c0db commit a2aee99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a2aee99

Please sign in to comment.