We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6891c58 commit 5300dd6Copy full SHA for 5300dd6
.github/workflows/publish_helm_charts.yml
@@ -6,6 +6,7 @@ on:
6
custom_version: # Optional input for a custom version
7
description: 'Custom version to publish (e.g., v1.2.3) -- only edit if you know what you are doing'
8
required: false
9
+ type: string
10
token:
11
description: 'Personal Access Token'
12
required: true
@@ -16,6 +17,7 @@ on:
16
17
18
19
20
21
22
23
0 commit comments