From 734c523c4fbdb289cdf26dd2dc177f3627d1e140 Mon Sep 17 00:00:00 2001 From: Travis Rutledge <89163186+trutled3@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:40:12 -0500 Subject: [PATCH] README.md: Removing jwtGithubAudience default (#590) Removing the documented default value for the jwtGithubAudience parameter in the README.md to match the action. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b3939f5..ad34e50 100644 --- a/README.md +++ b/README.md @@ -630,8 +630,7 @@ Password for key stored in `jwtPrivateKey` (if needed). ### `jwtGithubAudience` -**Type: `string`**\ -**Default: `sigstore`** +**Type: `string`** Identifies the recipient ("aud" claim) that the JWT is intended for.