Skip to content

Commit

Permalink
Merge pull request #107 from Aiven-Open/jjaakola-aiven-enable-create-…
Browse files Browse the repository at this point in the history
…permission-to-pr-create-workflow

Enable create permission to pr create and release create workflows
  • Loading branch information
staaldraad authored Apr 12, 2024
2 parents dac60cd + 45f59a5 commit bf1026c
Show file tree
Hide file tree
Showing 2 changed files with 6 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
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 bf1026c

Please sign in to comment.