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.
2 parents c12cc61 + cd96453 commit e080e00Copy full SHA for e080e00
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