From af92a8455a59214b7b932932f2662fdefbd78126 Mon Sep 17 00:00:00 2001 From: Thomas Edwin Santosa Date: Sat, 18 Sep 2021 12:25:49 +0700 Subject: [PATCH] Add documentation for accessing private repo (#104) * Add documentation for accessing private repo I've tried accessing private repos. Supplied GITHUB_TOKEN does not work. You will need Personal Access Token with repo scope Co-authored-by: Dawid Dziurla --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29605035..9d996d47 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Let's suppose you have a workflow with a job in it that at the end uploads an ar with: # Optional, GitHub token, a Personal Access Token with `public_repo` scope if needed # Required, if artifact is from a different repo + # Required, if repo is private a Personal Access Token with `repo` scope is needed github_token: ${{secrets.GITHUB_TOKEN}} # Required, workflow file name or ID workflow: workflow_name.yml