Skip to content

Commit

Permalink
Updated README adding referance to gh-pages (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Clarke <Timothy.Clarke@ServerBox.co.uk>
  • Loading branch information
timothyclarke authored Jul 26, 2020
1 parent 8505b7a commit a2cb342
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 @@ -7,6 +7,7 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi
### Pre-requisites

1. A GitHub repo containing a directory with your Helm charts (eg: `/charts`)
1. A GitHub branch called `gh-pages` to store the published charts. See `charts_repo_url` for alternatives
1. A GitHub project [Secret](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets#creating-encrypted-secrets) named `CR_TOKEN` with the value of a GitHub [personal access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line#creating-a-token)
* The token must have `repo` scope
* The token's user must have write access to the project
Expand Down

0 comments on commit a2cb342

Please sign in to comment.