From ed39847510e3eaba9bd13a8fc37c8bac99da2418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Sun, 8 Feb 2015 11:55:23 +0100 Subject: [PATCH] docs(readme): add link to where you can get a github token --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 07757a56..c7ec1a39 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ You must define your GitHub repository in the `package.json`s [repository field] ### CI Server Inside your `.travis.yml`: + ```yml language: node_js node_js: @@ -123,6 +124,7 @@ cache: notifications: email: false env: + # Get your token here: https://github.com/settings/tokens/new # Encrypt this. See notes. global: GH_TOKEN= deploy: @@ -138,6 +140,7 @@ deploy: branch: master repo: / ``` + Note: For once this isn't tied to a specific service, but example configuration is shown for [Travis CI](https://travis-ci.org/). Feel free to contribute configuration of other servers or services. Note: You should [encrypt](http://docs.travis-ci.com/user/environment-variables/#sts=Secure Variables) your api keys and tokens.