Skip to content

Commit f1bd648

Browse files
authored
pypi-publish: tweak OIDC minting endpoint (#10156)
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 3b4a86c commit f1bd648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
response.raise_for_status()
7676
token = response.json()["value"]
7777
78-
response = requests.post(f"https://{os.environ['PYPI_DOMAIN']}/_/oidc/github/mint-token", json={"token": token})
78+
response = requests.post(f"https://{os.environ['PYPI_DOMAIN']}/_/oidc/mint-token", json={"token": token})
7979
response.raise_for_status()
8080
pypi_token = response.json()["token"]
8181

0 commit comments

Comments
 (0)