Skip to content

Commit 2eee780

Browse files
committed
ci: fixed permissions for bump-release
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 134ba4c commit 2eee780

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/bump-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Bump Release
33
permissions:
44
contents: read
55

6+
67
on:
78
workflow_dispatch:
89
inputs:
@@ -30,6 +31,7 @@ jobs:
3031
bump-release:
3132
permissions:
3233
contents: write
34+
pull-requests: write
3335
uses: go-openapi/ci-workflows/.github/workflows/bump-release-monorepo.yml@e77a5bc724d0ab14dd086ee6e13153129ddfe3f9 # v0.2.2
3436
with:
3537
bump-type: ${{ inputs.bump-type }}

0 commit comments

Comments
 (0)