From 8211e8ca14ddbb16938a5755e32c2cff86318b72 Mon Sep 17 00:00:00 2001 From: Alex Kulikovskikh Date: Wed, 6 Oct 2021 23:06:12 -0400 Subject: [PATCH] fix: remove default value for `jwtGithubAudience` from `action.yml` --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 6152310..3af26db 100644 --- a/action.yml +++ b/action.yml @@ -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