Skip to content

Commit

Permalink
fix release-wasm permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Jul 29, 2024
1 parent 6400d40 commit 3d4600c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ jobs:
build-release-wasm:
name: build-release-wasm
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 3d4600c

Please sign in to comment.