diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e2d4fb7..325320c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,6 +34,7 @@ jobs: - name: Install `wasmtime` uses: bytecodealliance/actions/wasmtime/setup@v1 with: + github_token: ${{ secrets.GITHUB_TOKEN }} version: "v17.0.0" - name: Run all tests run: cargo test --all