Skip to content

Commit af92a84

Browse files
thomedwdawidd6
andauthored
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 <dawidd0811@gmail.com>
1 parent d0f291c commit af92a84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Let's suppose you have a workflow with a job in it that at the end uploads an ar
1616
with:
1717
# Optional, GitHub token, a Personal Access Token with `public_repo` scope if needed
1818
# Required, if artifact is from a different repo
19+
# Required, if repo is private a Personal Access Token with `repo` scope is needed
1920
github_token: ${{secrets.GITHUB_TOKEN}}
2021
# Required, workflow file name or ID
2122
workflow: workflow_name.yml

0 commit comments

Comments
 (0)