Skip to content

Commit 8bfddbd

Browse files
authored
Add write perms to version_bump - cicd.yml
1 parent d01e104 commit 8bfddbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ jobs:
121121
version_bump:
122122
runs-on: ubuntu-latest
123123
needs: build
124+
permissions:
125+
contents: write
124126
if: >-
125127
${{
126128
github.event_name == 'release' && github.event.action == 'created'

0 commit comments

Comments
 (0)