mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-08 15:54:20 +00:00
fix auth (#86)
This commit is contained in:
parent
484a64052d
commit
17cd77473c
5 changed files with 53 additions and 1 deletions
|
|
@ -5,6 +5,9 @@ inputs:
|
|||
description: 'Version of helm'
|
||||
required: true
|
||||
default: 'latest'
|
||||
token:
|
||||
description: GitHub token. Required only if 'version' == 'latest'
|
||||
required: false
|
||||
outputs:
|
||||
helm-path:
|
||||
description: 'Path to the cached helm binary'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue