relizy / TokensConfig
Interface: TokensConfig
Defined in: src/types.ts:813
API tokens configuration
Properties
github?
optionalgithub:string
Defined in: src/types.ts:823
GitHub token for creating releases Environment variables: GITHUB_TOKEN, GH_TOKEN, RELIZY_GITHUB_TOKEN
gitlab?
optionalgitlab:string
Defined in: src/types.ts:828
GitLab token for creating releases Environment variables: GITLAB_TOKEN, GITLAB_API_TOKEN, CI_JOB_TOKEN, RELIZY_GITLAB_TOKEN
registry?
optionalregistry:string
Defined in: src/types.ts:818
registry token for publishing Environment variables: NPM_TOKEN, RELIZY_NPM_TOKEN, NODE_AUTH_TOKEN
slack?
optionalslack:string
Defined in: src/types.ts:844
Slack bot token for posting messages Environment variables: SLACK_TOKEN, RELIZY_SLACK_TOKEN
twitter?
optionaltwitter:object
Defined in: src/types.ts:834
Twitter API credentials for posting tweets Environment variables: TWITTER_API_KEY, TWITTER_API_KEY_SECRET, TWITTER_ACCESS_TOKEN, TWITTER_ACCESS_TOKEN_SECRET Or with RELIZY_ prefix: RELIZY_TWITTER_API_KEY, etc.
accessToken?
optionalaccessToken:string
accessTokenSecret?
optionalaccessTokenSecret:string
apiKey?
optionalapiKey:string
apiKeySecret?
optionalapiKeySecret:string