File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ jobs:
114
114
- name : Push to branch and create PR
115
115
run : |
116
116
set -x
117
- [ -z "`git config user.email`" ] && git config --global user.email "${USERNAME:-script} @google.com"
118
- [ -z "`git config user.name`" ] && git config --global user.name "${USERNAME:-script} "
117
+ [ -z "`git config user.email`" ] && git config --global user.email "cloud-java-bot @google.com"
118
+ [ -z "`git config user.name`" ] && git config --global user.name "cloud-java-bot "
119
119
120
120
# create and push to branch in origin
121
121
# random_id allows multiple runs of this workflow
@@ -125,7 +125,7 @@ jobs:
125
125
git add --all
126
126
commit_message="feat: [${API_SHORTNAME}] new module for ${API_SHORTNAME}"
127
127
git commit -m "${commit_message}"
128
- git remote add monorepo https://${{ github.actor }} :${{ github.token } }@github.com/${{ github.repository }}.git
128
+ git remote add monorepo https://cloud-java-bot :${GH_TOKEN }@github.com/${{ github.repository }}.git
129
129
git fetch -q --unshallow monorepo
130
130
git push -f monorepo "${branch_name}"
131
131
You can’t perform that action at this time.
0 commit comments