Skip to content

Commit

Permalink
oidc-exchange: add workflow_ref to debug msg
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Nov 22, 2024
1 parent 93e8795 commit 7c5c585
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oidc-exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
* `repository`: `{repository}`
* `repository_owner`: `{repository_owner}`
* `repository_owner_id`: `{repository_owner_id}`
* `workflow_ref`: `{workflow_ref}`
* `job_workflow_ref`: `{job_workflow_ref}`
* `ref`: `{ref}`
Expand Down Expand Up @@ -175,6 +176,7 @@ def _get(name: str) -> str: # noqa: WPS430
repository=_get('repository'),
repository_owner=_get('repository_owner'),
repository_owner_id=_get('repository_owner_id'),
workflow_ref=_get('workflow_ref'),
job_workflow_ref=_get('job_workflow_ref'),
ref=_get('ref'),
)
Expand Down

0 comments on commit 7c5c585

Please sign in to comment.