We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12cc61 commit cd96453Copy full SHA for cd96453
oidc-exchange.py
@@ -164,7 +164,7 @@ def _get(name: str) -> str: # noqa: WPS430
164
165
repository_url = get_normalized_input("repository-url")
166
repository_domain = urlparse(repository_url).netloc
167
-token_exchange_url = f"https://{repository_domain}/_/oidc/github/mint-token"
+token_exchange_url = f"https://{repository_domain}/_/oidc/mint-token"
168
169
# Indices are expected to support `https://{domain}/_/oidc/audience`,
170
# which tells OIDC exchange clients which audience to use.
0 commit comments