-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Reinhard Nägele <[email protected]>
- Loading branch information
1 parent
565e779
commit c3d308d
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi | |
|
||
For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input) | ||
|
||
- `version`: The chart-releaser version to use (default: v1.1.1) | ||
- `version`: The chart-releaser version to use (default: v1.1.0) | ||
- `config`: Optional config file for chart-releaser | ||
- `charts_dir`: The charts directory | ||
- `charts_repo_url`: The GitHub Pages URL to the charts repo (default: `https://<owner>.github.io/<project>`) | ||
|
@@ -52,7 +52,7 @@ jobs: | |
version: v3.4.0 | ||
|
||
- name: Run chart-releaser | ||
uses: helm/[email protected].1 | ||
uses: helm/[email protected].0 | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
``` | ||
|