From ae8c25d12f0dd0e393ee437d829a39d4b4a03214 Mon Sep 17 00:00:00 2001 From: sole Date: Tue, 30 May 2017 11:26:08 +0100 Subject: [PATCH] Added note on where to get tokens from for npm and github. --- docs/contributor_guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/contributor_guide.md b/docs/contributor_guide.md index 1be5d84..e5fc83e 100644 --- a/docs/contributor_guide.md +++ b/docs/contributor_guide.md @@ -247,4 +247,6 @@ Scroll down until you see *Environment Variables*. Add tokens for `GH_TOKEN` and `NPM_TOKEN`. Make sure both variables are hidden: `Display value in build log` should be `Off`. +You can get tokens from [npm](https://www.npmjs.com/settings/tokens) and from [GitHub](https://github.com/settings/tokens). These allow services such as Travis to act on your behalf, which is why you need to ensure they are not displayed in the build log. + Hopefully, now each time you commit and push to GitHub `semantic-release` will run (if using the `master` branch as described above) and maybe a new version will be published.