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:
parent
fb16227869
commit
8211e8ca14
1 changed files with 0 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ inputs:
|
||||||
jwtGithubAudience:
|
jwtGithubAudience:
|
||||||
description: 'Identifies the recipient ("aud" claim) that the JWT is intended for'
|
description: 'Identifies the recipient ("aud" claim) that the JWT is intended for'
|
||||||
required: false
|
required: false
|
||||||
default: 'sigstore'
|
|
||||||
jwtTtl:
|
jwtTtl:
|
||||||
description: 'Time in seconds, after which token expires'
|
description: 'Time in seconds, after which token expires'
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue