Skip to content

Commit f84aef3

Browse files
committed
fix: set url
1 parent 99b4a70 commit f84aef3

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
@@ -48,6 +48,7 @@ jobs:
4848
command: |
4949
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
5050
export GH_TOKEN=$(./scripts/github_token.js 290530)
51+
git remote set-url origin "https://x-access-token:[email protected]/heroku/typescript-api-schema.git"
5152
semantic-release -e @oclif/semantic-release
5253
- save_cache:
5354
key: v2-yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}

0 commit comments

Comments
 (0)