Use the person triggering the release workflow as the conductor
This commit is contained in:
parent
b386fd4443
commit
81827d3fc6
2 changed files with 11 additions and 13 deletions
3
.github/workflows/update-release-branch.yml
vendored
3
.github/workflows/update-release-branch.yml
vendored
|
|
@ -33,4 +33,5 @@ jobs:
|
|||
--github-token ${{ secrets.GITHUB_TOKEN }} \
|
||||
--repository-nwo ${{ github.repository }} \
|
||||
--source-branch main \
|
||||
--target-branch v1
|
||||
--target-branch v1 \
|
||||
--conductor ${GITHUB_ACTOR}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue