From 825508fa2b258bc1832c3cc795a8b6bb583c6fef Mon Sep 17 00:00:00 2001 From: hu55a1n1 Date: Thu, 11 Jan 2024 04:19:32 -0800 Subject: [PATCH] Add missing token in clippy job --- .github/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9bae1a4..fb2d2e9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -54,6 +54,7 @@ jobs: - uses: Swatinem/rust-cache@v1 - uses: actions-rs/clippy-check@v1 with: + token: ${{ secrets.GITHUB_TOKEN }} args: --all-features --all-targets test: