From 5c0f6c0acc9b7bfb42a59fcb8ebd638a751ceabd Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Sun, 8 Dec 2019 16:31:16 -0500 Subject: [PATCH] Remove obselete values Signed-off-by: Scott Rigby --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 0982228..b828825 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,6 @@ jobs: uses: helm/chart-releaser-action@master env: CR_TOKEN: "${{ secrets.CR_TOKEN }}" - with: - owner: - repo: ``` This uses [@helm/chart-releaser-action](https://www.github.com/helm/chart-releaser-action) to turn your GitHub project into a self-hosted Helm chart repo. It does this – during every push to `master` – by checking each chart in your project, and whenever there's a new chart version, creates a corresponding [GitHub release](https://help.github.com/en/github/administering-a-repository/about-releases) named for the chart version, adds Helm chart artifacts to the release, and creates or updates an `index.yaml` file with metadata about those releases, which is then hosted on GitHub Pages