From 181d4380b0f5ba7445b8b9313e9e39eab73d83d8 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sat, 28 Nov 2020 04:56:09 +0000 Subject: [PATCH] Revert "Remove token" This reverts commit ba59f8100ab72bb485278c2131508eacb21d3f4a. --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e29bdf9..8719bdf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,6 +20,8 @@ jobs: with: command: clippy - uses: actions-rs/audit-check@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} - run: | cd examples ./test.sh