From c763dc27a8413ce316aa5eee5cf61fbc7dd8d8e0 Mon Sep 17 00:00:00 2001 From: Travis Rutledge <89163186+trutled3@users.noreply.github.com> Date: Wed, 17 Dec 2025 11:36:23 -0500 Subject: [PATCH] README.md: Removing jwtGithubAudience default 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.