From d4c58b1dc684343fa6038c52b314f1020e8e3501 Mon Sep 17 00:00:00 2001 From: shipjs Date: Wed, 23 Sep 2020 11:29:29 +0200 Subject: [PATCH] docs: add a warning about token --- website/guide/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/guide/getting-started.md b/website/guide/getting-started.md index f48bcba6..8120d30a 100644 --- a/website/guide/getting-started.md +++ b/website/guide/getting-started.md @@ -37,6 +37,10 @@ Add the following to the `scripts` section in your `package.json`. ### GitHub Token +:::warning +If you use Ship.js at work, I recommend you to get a token from a shared account, not from your personal account because after you quit, your token will still be used. +::: + GitHub token is used in both `shipjs prepare` and `shipjs trigger`. 1. Go to [https://github.com/settings/tokens/new](https://github.com/settings/tokens/new)