We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b23f5 commit dd82d14Copy full SHA for dd82d14
oidc-exchange.py
@@ -86,6 +86,7 @@
86
* `workflow_ref`: `{workflow_ref}`
87
* `job_workflow_ref`: `{job_workflow_ref}`
88
* `ref`: `{ref}`
89
+* `environment`: `{environment}`
90
91
See https://docs.pypi.org/trusted-publishers/troubleshooting/ for more help.
92
"""
@@ -179,6 +180,7 @@ def _get(name: str) -> str: # noqa: WPS430
179
180
workflow_ref=_get('workflow_ref'),
181
job_workflow_ref=_get('job_workflow_ref'),
182
ref=_get('ref'),
183
+ environment=_get('environment'),
184
)
185
186
0 commit comments