Skip to content

Commit

Permalink
Add missing GH token for installing Wasmtime. (#222)
Browse files Browse the repository at this point in the history
This prevents being rate limited on the release downloads.
  • Loading branch information
peterhuene authored Jan 26, 2024
1 parent c2f294d commit 43f9253
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43f9253

Please sign in to comment.