Skip to content

Commit

Permalink
fix: move create release permissions to root level, incorrect indenta…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
jjaakola-aiven committed Apr 12, 2024
1 parent 1519a07 commit a798c79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
commit_hash:
description: "Hash of 'Release version x.y.z' commit"
required: true
permissions:
contents: write
pull-requests: write

permissions:
contents: write
pull-requests: write

jobs:
build:
Expand Down

0 comments on commit a798c79

Please sign in to comment.