Skip to content

Commit f481379

Browse files
Fix action permissions
1 parent bdc5d24 commit f481379

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/automated_release.create_release_branch.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
create-next-release-branch:
3434
needs: [calculate-next-version, get-master-sha]
3535
runs-on: ubuntu-latest
36+
permissions:
37+
contents: write
3638
outputs:
3739
new_branch: ${{ needs.calculate-next-version.outputs.version }}
3840
steps:

0 commit comments

Comments
 (0)