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 57072ef commit 608c814Copy full SHA for 608c814
.circleci/config.yml
@@ -199,6 +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
203
git push origin ${CIRCLE_BRANCH}
204
echo "Podfile.lock committed and pushed"
205
0 commit comments