5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-14 18:13:45 +00:00

fix: remove default value for jwtGithubAudience from action.yml

This commit is contained in:
Alex Kulikovskikh 2021-10-06 23:06:12 -04:00
parent fb16227869
commit 8211e8ca14

View file

@ -72,7 +72,6 @@ inputs:
jwtGithubAudience:
description: 'Identifies the recipient ("aud" claim) that the JWT is intended for'
required: false
default: 'sigstore'
jwtTtl:
description: 'Time in seconds, after which token expires'
required: false