Skip to content

Commit 046fd81

Browse files
committed
ci(audit): supply GITHUB_TOKEN to rustsec/audit-check@v2
1 parent c95e8ea commit 046fd81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/security-audit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ jobs:
1818
submodules: false
1919
- uses: dtolnay/rust-toolchain@1.90.0
2020
- uses: rustsec/audit-check@v2
21+
with:
22+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)