mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 18:27:49 +00:00
oidc-exchange: add-trailing-comma
Signed-off-by: William Woodruff <william@trailofbits.com>
This commit is contained in:
+2
-2
@@ -207,8 +207,8 @@ if not mint_token_resp.ok:
|
||||
|
||||
die(
|
||||
_SERVER_REFUSED_TOKEN_EXCHANGE_MESSAGE.format(
|
||||
reasons=reasons, rendered_claims=rendered_claims
|
||||
)
|
||||
reasons=reasons, rendered_claims=rendered_claims,
|
||||
),
|
||||
)
|
||||
|
||||
pypi_token = mint_token_payload.get("token")
|
||||
|
||||
Reference in New Issue
Block a user