Skip to content

Commit

Permalink
Add documentation for accessing private repo (#104)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
thomedw and dawidd6 committed Sep 18, 2021
1 parent d0f291c commit af92a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af92a84

Please sign in to comment.