Skip to content

Commit

Permalink
Merge pull request #195 from Aiven-Open/jeqo/fix-release-pr
Browse files Browse the repository at this point in the history
fix(ci): add contents permissions to create PR
  • Loading branch information
jlprat authored Aug 25, 2023
2 parents eb5ef6d + 9c282a4 commit f6ed655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
name: Create release PR (job)
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Check versions
Expand Down

0 comments on commit f6ed655

Please sign in to comment.