4
0
Fork 0
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:
Marco Lecheler 2023-06-23 07:57:44 +02:00 committed by GitHub
parent ac5ee1fca8
commit 5312508ed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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