Skip to content

Commit

Permalink
release workflows permissions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sv-giampa committed Nov 10, 2023
1 parent 99bcc2d commit 6c285cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ["release"]

permissions:
contents: read
contents: write

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- VERSION

permissions:
contents: read
contents: write

jobs:
build:
Expand Down

0 comments on commit 6c285cd

Please # to comment.