Skip to content

Commit cd96453

Browse files
committed
oidc-exchange: update OIDC minting endpoint
Signed-off-by: William Woodruff <[email protected]>
1 parent c12cc61 commit cd96453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oidc-exchange.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def _get(name: str) -> str: # noqa: WPS430
164164

165165
repository_url = get_normalized_input("repository-url")
166166
repository_domain = urlparse(repository_url).netloc
167-
token_exchange_url = f"https://{repository_domain}/_/oidc/github/mint-token"
167+
token_exchange_url = f"https://{repository_domain}/_/oidc/mint-token"
168168

169169
# Indices are expected to support `https://{domain}/_/oidc/audience`,
170170
# which tells OIDC exchange clients which audience to use.

0 commit comments

Comments
 (0)