Skip to content

Commit 5580045

Browse files
author
Your Name
committed
none: adding username to refactorer bot
1 parent e9485c4 commit 5580045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
command: |
200200
git add example/ios/Podfile.lock
201201
git commit -m "chore: update Podfile.lock"
202-
git remote set-url origin https://${GH_RW_TOKEN}@github.com/intercom/intercom-react-native.git
202+
git remote set-url origin https://refactorer-bot:${GH_RW_TOKEN}@github.com/intercom/intercom-react-native
203203
git push origin ${CIRCLE_BRANCH}
204204
echo "Podfile.lock committed and pushed"
205205

0 commit comments

Comments
 (0)