mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 00:21:08 -05:00
oidc-exchange: add-trailing-comma
Signed-off-by: William Woodruff <william@trailofbits.com>
This commit is contained in:
parent
e5f0690e91
commit
326f9ad1e1
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue