diff --git a/.github/workflows/sec.yml b/.github/workflows/sec.yml deleted file mode 100644 index 833ddcc..0000000 --- a/.github/workflows/sec.yml +++ /dev/null @@ -1,17 +0,0 @@ -on: - push: - paths: - - '**/Cargo.toml' - - '**/Cargo.lock' - -name: Security Audit - -jobs: - security: - name: Security - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }}