Skip to content

Commit db8f07d

Browse files
authored
Merge pull request #347 from trail-of-forks/ww/include-environment
2 parents 31b23f5 + dd82d14 commit db8f07d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oidc-exchange.py

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
* `workflow_ref`: `{workflow_ref}`
8787
* `job_workflow_ref`: `{job_workflow_ref}`
8888
* `ref`: `{ref}`
89+
* `environment`: `{environment}`
8990
9091
See https://docs.pypi.org/trusted-publishers/troubleshooting/ for more help.
9192
"""
@@ -179,6 +180,7 @@ def _get(name: str) -> str: # noqa: WPS430
179180
workflow_ref=_get('workflow_ref'),
180181
job_workflow_ref=_get('job_workflow_ref'),
181182
ref=_get('ref'),
183+
environment=_get('environment'),
182184
)
183185

184186

0 commit comments

Comments
 (0)