mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 21:16:57 +00:00
chore: use github.token as default input
This commit is contained in:
parent
ac5ee1fca8
commit
5312508ed6
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ inputs:
|
|||
token:
|
||||
description: GitHub token. Required only if 'version' == 'latest'
|
||||
required: false
|
||||
default: "${{ github.token }}"
|
||||
outputs:
|
||||
helm-path:
|
||||
description: 'Path to the cached helm binary'
|
||||
|
|
|
|||
Loading…
Reference in a new issue