mirror of
https://github.com/Azure/setup-helm.git
synced 2026-03-03 23:24:36 +00:00
Adding auth header
This commit is contained in:
@@ -5,6 +5,10 @@ inputs:
|
||||
description: 'Version of helm'
|
||||
required: true
|
||||
default: 'latest'
|
||||
token:
|
||||
description: 'Github token'
|
||||
default: ${{ github.token }}
|
||||
required: true
|
||||
outputs:
|
||||
helm-path:
|
||||
description: 'Path to the cached helm binary'
|
||||
|
||||
Reference in New Issue
Block a user