Skip to content

Commit 465d2e5

Browse files
committed
aaand again
1 parent 805ae18 commit 465d2e5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-and-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,12 @@ jobs:
3939
- name: Create empty commit in backup-utils
4040
id: empty-commit
4141
run: |
42-
git config user.name "timreimherr"
43-
git config user.email "ghes-releases-team@github.com"
42+
git config user.name "release-controller[bot]"
43+
git config user.email "223695+release-controller[bot]@users.noreply.github.com"
4444
git fetch origin tims-test-branch
4545
git checkout tims-test-branch
4646
git commit --allow-empty -m "${{ github.event.inputs.version }} release"
47-
# create string of usernma:token for git push
48-
git push origin tims-test-branch "https://release-controller[bot]:${{ steps.app-token.outputs.token }}@github.com/github/backup-utils.git"
47+
git push origin tims-test-branch
4948
echo "commit-sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
5049
- name: Echo Success if commit was created
5150
if: steps.empty-commit.outputs.commit-sha != ''

0 commit comments

Comments
 (0)