Skip to content

github secrets

Ben Elan edited this page Oct 16, 2024 · 1 revision

tags: [ci]

GitHub Secrets

Explanations for the repo's GitHub Secrets.

ADMIN_TOKEN

This is a user's PAT with repo scope. The user needs to have admin privilege, since it is used for next releases. It is also used for other actions, such as pull request checks, since the default GITHUB_TOKEN cannot trigger other workflows.

NPM_TOKEN

This is a user's NPM token. The user needs to be a member of Esri's NPM org. The token is used for releases.

NEXT_RELEASE_ENABLED

An easy way to disable next releases without having to change code. Next releases will only occur if this value is true.

TEAMS_WEBHOOK_URI_BUILD

A Teams webhook URI for the private Calcite Components Build channel. It is used in the next release workflow.

TEAMS_WEBHOOK_URI_RELEASE

A Teams webhook URI which notifies the Calcite Components channel after releases. It is used in this workflow.

ISSUE_VERIFIERS

A comma separated list of GitHub usernames containing the users who verify installed issues. The workload will be split evenly.

  • Current value: geospatialem