mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 21:20:09 +08:00
Use the person triggering the release workflow as the conductor
This commit is contained in:
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}
|
||||
|
||||
Reference in New Issue
Block a user