Skip to content

Commit

Permalink
give write permissions to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Apr 26, 2024
1 parent 70e0980 commit 90a54af
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 @@ -12,6 +12,10 @@ jobs:
build-release:
name: build-release
runs-on: ${{ matrix.os }}

permissions:
contents: write

strategy:
matrix:
target:
Expand Down

0 comments on commit 90a54af

Please sign in to comment.