Skip to content

Commit bd8e462

Browse files
committed
again
1 parent 5525263 commit bd8e462

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
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-
git push origin tims-test-branch
47+
# create string of usernma:token for git push
48+
username-token="release-controller[bot]:${{ steps.app-token.outputs.token }}"
49+
git push origin tims-test-branch https://[email protected]/github/backup-utils.git
4850
echo "commit-sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
4951
- name: Echo Success if commit was created
5052
if: steps.empty-commit.outputs.commit-sha != ''

0 commit comments

Comments
 (0)