Skip to content

Commit

Permalink
WIP: reword
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Mar 31, 2024
1 parent a79918e commit 28db29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault_oidc_ssh_cert_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _issue_github_jwt(jwt_aud: str) -> str:
response = requests.get(full_url, headers=headers, timeout=10)
response.raise_for_status()
except requests.exceptions.RequestException as request_error:
title = "GitHub OIDC JWT token issuing error"
title = "GitHub Actions JWT token issuing error"
message = f"{type(request_error).__name__}: {str(request_error)}"
_set_error_message(title, message)
raise VoscaError(title) from request_error
Expand Down

0 comments on commit 28db29f

Please sign in to comment.