We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e90fe0 commit b67a79cCopy full SHA for b67a79c
1 file changed
.circleci/config.yml
@@ -18,7 +18,8 @@ jobs:
18
- run:
19
name: Updating schema
20
command: |
21
- git clone "https://x-access-token:$(./scripts/github_token.js 290530)@github.com/heroku/typescript-api-schema.git" repo
+ export GH_TOKEN=$(./scripts/github_token.js 290530)
22
+ git clone "https://x-access-token:$GH_TOKEN@github.com/heroku/typescript-api-schema.git" repo
23
cd repo
24
yarn
25
git config --global push.default simple
@@ -46,6 +47,7 @@ jobs:
46
47
name: Cutting release
48
49
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
50
51
semantic-release -e @oclif/semantic-release
52
- save_cache:
53
key: v2-yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
0 commit comments