Skip to content

Commit 608c814

Browse files
none: using secret to allow circleci to push to branch
1 parent 57072ef commit 608c814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +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
202203
git push origin ${CIRCLE_BRANCH}
203204
echo "Podfile.lock committed and pushed"
204205

0 commit comments

Comments
 (0)