From 1a11134da49654e3a9eaec7a2df781b8fb3fa4ca Mon Sep 17 00:00:00 2001 From: Nikordaris Date: Tue, 27 Jun 2017 15:37:12 +0100 Subject: [PATCH] Added github_token --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f89874..3592e19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,6 @@ deploy: provider: pages skip_cleanup: true local_dir: storybook-static + github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard on: - branch: master \ No newline at end of file + branch: master