Revert "Remove token"

This reverts commit ba59f8100a.
This commit is contained in:
Yota Toyama
2020-11-28 04:56:09 +00:00
parent c0a8821f5a
commit 181d4380b0

View File

@@ -20,6 +20,8 @@ jobs:
with: with:
command: clippy command: clippy
- uses: actions-rs/audit-check@v1 - uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: | - run: |
cd examples cd examples
./test.sh ./test.sh