Skip to content

Commit

Permalink
chore: enable create permission for pr create workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaakola-aiven committed Apr 12, 2024
1 parent dac60cd commit 55b563a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
snapshot_version:
description: "Snapshot version '0.2.0-SNAPSHOT' (without 'v')"
required: true
permissions:
contents: write
pull-requests: write

jobs:
create_release_pr:
Expand Down

0 comments on commit 55b563a

Please sign in to comment.