From 8dccc44d63f80449964895650590297f013875c4 Mon Sep 17 00:00:00 2001 From: Jonas Bostoen Date: Thu, 28 Nov 2024 10:11:31 +0100 Subject: [PATCH] ci: fix audit check attempt 3 --- .github/workflows/audit.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 5ae7fc8b..1440afbf 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -39,6 +39,5 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions-rs/audit-check@v1 - working-directory: ${{ matrix.project }} with: token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file