We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a943f3 commit a5373ebCopy full SHA for a5373eb
1 file changed
.github/workflows/prepare-release.yml
@@ -3,6 +3,7 @@ name: Prepare Release
3
4
permissions:
5
contents: write # Grants write access to repository contents (required for creating releases)
6
+ pull-requests: write
7
8
on:
9
workflow_dispatch:
@@ -95,4 +96,4 @@ jobs:
95
96
97
The tag will trigger Docker image build automatically.
98
branch: ${{ steps.create_branch.outputs.branch }}
- base: main
99
+ base: main
0 commit comments