Skip to content

Commit 8cdbb92

Browse files
committed
ci: Add Q-CTRL Robot and Email and GitHub Inject ENVs
Fixes an issue with Git commands not knowing which user to push version bumps for on-release events. This will now bump the version with correct user and commit back to the working branches. Adds the GitHub inject environment vars so these can be passed to the housekeeping script.
1 parent 651d33d commit 8cdbb92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/on-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
run: |
2626
git config --global --add safe.directory $GITHUB_WORKSPACE
27+
git config --global user.email "[email protected]"
28+
git config --global user.name "Q-CTRL Robot"
2729
/scripts/housekeeping.sh
2830
- name: Publish publicly
2931
env:

0 commit comments

Comments
 (0)