mirror of
https://github.com/pypa/gh-action-pypi-publish
synced 2024-11-30 21:22:28 +08:00
Merge branch 'unstable/v1' into sroet-patch-1
This commit is contained in:
commit
7c7206cf89
@ -83,6 +83,7 @@ If a claim is not present in the claim set, then it is rendered as `MISSING`.
|
||||
* `repository`: `{repository}`
|
||||
* `repository_owner`: `{repository_owner}`
|
||||
* `repository_owner_id`: `{repository_owner_id}`
|
||||
* `workflow_ref`: `{workflow_ref}`
|
||||
* `job_workflow_ref`: `{job_workflow_ref}`
|
||||
* `ref`: `{ref}`
|
||||
|
||||
@ -175,6 +176,7 @@ def render_claims(token: str) -> str:
|
||||
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'),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user