Skip to content

relizy / TokensConfig

Interface: TokensConfig

Defined in: src/types.ts:1016

API tokens configuration

Properties

ai?

optional ai?: object

Defined in: src/types.ts:1051

AI provider credentials

claude-code?

optional claude-code?: object

claude-code.apiKey?

optional apiKey?: string

claude-code.oauthToken?

optional oauthToken?: string


github?

optional github?: string

Defined in: src/types.ts:1026

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


gitlab?

optional gitlab?: string

Defined in: src/types.ts:1031

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:1021

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


slack?

optional slack?: string

Defined in: src/types.ts:1047

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


twitter?

optional twitter?: object

Defined in: src/types.ts:1037

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.