Adding auth header

This commit is contained in:
Shivam Gupta
2021-03-17 12:24:04 +05:30
parent e7eef55398
commit dd82509766
3 changed files with 17 additions and 2 deletions

View File

@ -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'