Skip to content

Commit e11514f

Browse files
committed
Fix bump workflow permissions
1 parent a65283b commit e11514f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bump.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717

1818
jobs:
1919
bump:
20+
permissions:
21+
pull-requests: write
22+
2023
runs-on: ubuntu-latest
2124
if: github.event.inputs.action == 'bump'
2225
steps:

0 commit comments

Comments
 (0)