Skip to content

relizy / TokensConfig

Interface: TokensConfig

Defined in: src/types.ts:813

API tokens configuration

Properties

github?

optional github: string

Defined in: src/types.ts:823

GitHub token for creating releases Environment variables: GITHUB_TOKEN, GH_TOKEN, RELIZY_GITHUB_TOKEN


gitlab?

optional gitlab: 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?

optional registry: string

Defined in: src/types.ts:818

registry token for publishing Environment variables: NPM_TOKEN, RELIZY_NPM_TOKEN, NODE_AUTH_TOKEN


slack?

optional slack: string

Defined in: src/types.ts:844

Slack bot token for posting messages Environment variables: SLACK_TOKEN, RELIZY_SLACK_TOKEN


twitter?

optional twitter: 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?

optional accessToken: string

accessTokenSecret?

optional accessTokenSecret: string

apiKey?

optional apiKey: string

apiKeySecret?

optional apiKeySecret: string

Released under the MIT License.