Skip to content

Commit a5373eb

Browse files
authored
Allow pull request write
1 parent 2a943f3 commit a5373eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Prepare Release
33

44
permissions:
55
contents: write # Grants write access to repository contents (required for creating releases)
6+
pull-requests: write
67

78
on:
89
workflow_dispatch:
@@ -95,4 +96,4 @@ jobs:
9596
9697
The tag will trigger Docker image build automatically.
9798
branch: ${{ steps.create_branch.outputs.branch }}
98-
base: main
99+
base: main

0 commit comments

Comments
 (0)