Skip to content

Commit 06aa2f1

Browse files
Update GH token description
1 parent cc335ca commit 06aa2f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env_SAMPLE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export GITHUB_TOKEN=<your personal access token from https://github.com/settings/tokens/new?scopes=repo&description=release-it>
1+
export GITHUB_TOKEN=<your personal access token from https://github.com/settings/tokens/new?scopes=repo&description=ccdb-release-it>

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Ready to publish changes to npm?
3737

3838
1. Ensure you're on `main` and `git pull` to confirm you're up-to-date.
3939
2. If not done already, set a `GITHUB_TOKEN` in your `.env` file (see
40-
https://github.com/settings/tokens/new?scopes=repo&description=release-it
40+
https://github.com/settings/tokens/new?scopes=repo&description=ccdb-release-it
4141
to create the token value).
4242
3. Source your `.env` with `source ./.env` (if `GITHUB_TOKEN` in unset).
4343
2. Log into npm with `npm login` (if not already logged in).

0 commit comments

Comments
 (0)