Use the person triggering the release workflow as the conductor

This commit is contained in:
Henry Mercer
2022-03-17 18:13:28 +00:00
parent b386fd4443
commit 81827d3fc6
2 changed files with 11 additions and 13 deletions

View File

@@ -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}