mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2025-02-17 00:20:29 -05:00
docs: add environment variables info to README
This commit is contained in:
parent
e8544dc4e4
commit
c74438d086
1 changed files with 4 additions and 0 deletions
|
@ -34,4 +34,8 @@ The shareable config can be configured in the [**semantic-release** configuratio
|
|||
|
||||
## Configuration
|
||||
|
||||
Ensure that your CI configuration has the following secret environment variables set:
|
||||
- [`GH_TOKEN`](https://github.com/settings/tokens) with [`public_repo`](https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/#available-scopes) access.
|
||||
- [`NPM_TOKEN`](https://docs.npmjs.com/cli/token)
|
||||
|
||||
See each [plugin](#plugins) documentation for required installation and configuration steps.
|
||||
|
|
Loading…
Reference in a new issue