Skip to content

Commit f964a89

Browse files
committed
fix: use GH_TOKEN
1 parent a996c9d commit f964a89

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
name: Cutting release
4848
command: |
4949
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
50-
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"
5250
semantic-release -e @oclif/semantic-release
5351
- save_cache:
5452
key: v2-yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}

lib/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4253,3 +4253,6 @@ export interface WhitelistedEntity {
42534253
id?: string
42544254
[k: string]: any
42554255
}
4256+
4257+
4258+

0 commit comments

Comments
 (0)