Skip to content

Commit

Permalink
[workflows] Add contents write permissions to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leptos-null committed Apr 7, 2024
1 parent 3d9f286 commit a5c849a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:

jobs:
release:
# needed to be able to create a Release
permissions:
contents: write
runs-on: macos-14
env:
THEOS: theos
Expand Down

0 comments on commit a5c849a

Please sign in to comment.