From 2fb76ccd3bbc80a146fb4951c9864bba7edbeb71 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 26 Oct 2017 23:47:03 +0200 Subject: [PATCH] Update github.md for limited org access (#5120) Creating automated builds for public organizations is not possible with a "Limited Access" account at all; update the documentation to reflect this. --- docker-hub/github.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-hub/github.md b/docker-hub/github.md index 758fd3de29..91d83903fa 100644 --- a/docker-hub/github.md +++ b/docker-hub/github.md @@ -55,7 +55,9 @@ If you selected to link your GitHub account with only a "Limited Access" link, then after creating your automated build, you will need to either manually trigger a Docker Hub build using the "Start a Build" button, or add the GitHub webhook manually, as described in [GitHub Service -Hooks](github.md#github-service-hooks). +Hooks](github.md#github-service-hooks). This will only work for repositories +under the user account, and adding an automated build to a public GitHub +organization using a "Limited Access" link is not possible. ## Changing the GitHub user link @@ -199,4 +201,4 @@ The image below shows the "Docker" Service Hook. ![bitbucket-hooks](images/github-side-hook.png) If you add the "Docker" service manually, make sure the "Active" checkbox is -selected and click the "Update service" button to save your changes. \ No newline at end of file +selected and click the "Update service" button to save your changes.