Skip to content

Commit

Permalink
chore: enable create permission for create release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaakola-aiven committed Apr 12, 2024
1 parent 55b563a commit 45f59a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
commit_hash:
description: "Hash of 'Release version x.y.z' commit"
required: true
permissions:
contents: write
pull-requests: write

jobs:
build:
Expand Down

0 comments on commit 45f59a5

Please sign in to comment.