From ba59f8100ab72bb485278c2131508eacb21d3f4a Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sat, 28 Nov 2020 04:51:35 +0000 Subject: [PATCH] Remove token --- .github/workflows/test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e4252f4..ca43d4f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,8 +21,6 @@ jobs: command: clippy args: -- -D warnings - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - run: | cd examples ./test.sh