We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
contents: write
1 parent 148f02d commit 64d823eCopy full SHA for 64d823e
1 file changed
.github/workflows/content-release-staging.yml
@@ -50,6 +50,8 @@ jobs:
50
create-stage-release-branch:
51
name: Create Stage release branch
52
runs-on: ubuntu-latest
53
+ permissions:
54
+ contents: write
55
outputs:
56
LATEST_TAG_VERSION: ${{ steps.get-latest-tag.outputs.latest_tag_version }}
57
NEXT_BRANCH: ${{ steps.get-next-tag.outputs.next_branch }}
0 commit comments