Skip to content

Commit

Permalink
Add GitHub token for Cargo clippy action
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten committed Dec 9, 2023
1 parent e23da24 commit f028f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Cargo clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.CLIPPY_ACCESS }}
args: --all-features --all-targets -- -D warnings
env:
RUST_BACKTRACE: "1"
Expand Down

0 comments on commit f028f8b

Please sign in to comment.