Skip to content

Commit

Permalink
Fix permissions in wasm job
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 28, 2024
1 parent f75e3f8 commit 960d963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
wasm:
runs-on: ubuntu-20.04
timeout-minutes: 60
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 960d963

Please sign in to comment.