Skip to content

Commit 08c8b9b

Browse files
committed
Update default values for audience and client_id in GitHub Actions OIDC token workflow
1 parent 30d92e7 commit 08c8b9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/token.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
audience:
99
description: "Audience for the OIDC token"
1010
required: true
11-
default: "api.tailscale.com/kSKXZuvWGU11CNTRL"
11+
default: "api.tailscale.com/kxF3d4zoso11CNTRL"
1212
client_id:
1313
description: "Client ID for the Tailscale OIDC JWT exchange"
1414
required: true
15-
default: "TbqNGJkY5611CNTRL/kSKXZuvWGU11CNTRL"
15+
default: "TbqNGJkY5611CNTRL/kxF3d4zoso11CNTRL"
1616
tailnet:
1717
description: "Tailnet name for the demo API request"
1818
required: true

0 commit comments

Comments
 (0)