Skip to content

Commit f128f0b

Browse files
update permissions
1 parent 8a05389 commit f128f0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-prerelease-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
create_pre-release:
3333
name: Bump versions and make changelog for release
3434
runs-on: ${{ vars.RUNS_ON }}
35-
permissions: read-all
35+
permissions: write-all
3636
steps:
3737
# Check-out repo
3838
- uses: actions/checkout@v4

.github/workflows/create-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: ${{ startsWith(github.event.inputs.branch, 'prerelease') }}
2020
name: Create release branch
2121
runs-on: ${{ vars.RUNS_ON }}
22-
permissions: read-all
22+
permissions: write-all
2323
steps:
2424
# Check-out repo
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)