Add chart-releaser action

Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
This commit is contained in:
Reinhard Naegele
2019-11-22 16:00:54 +01:00
commit b000906c7a
7 changed files with 375 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
name: "chart-releaser action"
description: "Run the chart-releaser tool"
author: "unguiculus"
inputs:
charts-dir:
description: The charts directory
default: charts
charts-repo-url:
description: "The GitHub Pages URL to the charts repo (default: https://<owner>.github.io/<repo>)"
token:
description: The GitHub token
runs:
using: "node12"
main: "lib/main.js"