Skip to content

Commit 64d823e

Browse files
authored
add contents: write permission to create-state-release-branch (#1850)
1 parent 148f02d commit 64d823e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/content-release-staging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
create-stage-release-branch:
5151
name: Create Stage release branch
5252
runs-on: ubuntu-latest
53+
permissions:
54+
contents: write
5355
outputs:
5456
LATEST_TAG_VERSION: ${{ steps.get-latest-tag.outputs.latest_tag_version }}
5557
NEXT_BRANCH: ${{ steps.get-next-tag.outputs.next_branch }}

0 commit comments

Comments
 (0)