From c2aef2056f5f7d4678c6cd4f32c32ffabcdbc1fa Mon Sep 17 00:00:00 2001 From: b4dger Date: Tue, 11 Oct 2016 12:04:30 +1030 Subject: [PATCH] Update start.rst Slight readability change --- sources/start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/start.rst b/sources/start.rst index d93327e..92dabdd 100644 --- a/sources/start.rst +++ b/sources/start.rst @@ -17,7 +17,7 @@ Shippable uses Github as an auth provider, so you need a Github account to use u Choose the public or private repositories that you would like to build by clicking on the enable button from settings page and it will take you to the Github authorization page to give Shippable Read/Write permissions to your repos. .. note:: - We realize that most people do not want to give write access to their repo. However, we need write permissions to add deploy keys to your repos so that webhooks work. We do not touch anything else in the repo. + We realize that most people do not want to give others write access to their repo. However, we need write permissions to add deploy keys to your repos so that webhooks work. We do not touch anything else in the repo. After authorization, you will be authenticated by Github and redirected back to Shippable. An Ubuntu 12.04LTS Minion will be automatically provisioned for you. You are now ready to set up CI!