We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9485c4 commit 5580045Copy full SHA for 5580045
.circleci/config.yml
@@ -199,7 +199,7 @@ jobs:
199
command: |
200
git add example/ios/Podfile.lock
201
git commit -m "chore: update Podfile.lock"
202
- git remote set-url origin https://${GH_RW_TOKEN}@github.com/intercom/intercom-react-native.git
+ git remote set-url origin https://refactorer-bot:${GH_RW_TOKEN}@github.com/intercom/intercom-react-native
203
git push origin ${CIRCLE_BRANCH}
204
echo "Podfile.lock committed and pushed"
205
0 commit comments