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