Give more information to users
Reusable workflows don't work, and it's challenging to know that. Help the user out.
This commit is contained in:
parent
c12cc61414
commit
a1a49954d3
|
@ -25,6 +25,9 @@ tag, or opt-in to [use a full Git commit SHA] and Dependabot.
|
||||||
|
|
||||||
### Trusted publishing
|
### Trusted publishing
|
||||||
|
|
||||||
|
> [!NOTE] Trusted publishing does not support reusable workflows at this time,
|
||||||
|
> please use a username/token instead.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Trusted publishing is sometimes referred to by its
|
> Trusted publishing is sometimes referred to by its
|
||||||
> underlying technology -- OpenID Connect, or OIDC for short.
|
> underlying technology -- OpenID Connect, or OIDC for short.
|
||||||
|
|
|
@ -71,6 +71,9 @@ If a claim is not present in the claim set, then it is rendered as `MISSING`.
|
||||||
* `repository_owner_id`: `{repository_owner_id}`
|
* `repository_owner_id`: `{repository_owner_id}`
|
||||||
* `job_workflow_ref`: `{job_workflow_ref}`
|
* `job_workflow_ref`: `{job_workflow_ref}`
|
||||||
* `ref`: `{ref}`
|
* `ref`: `{ref}`
|
||||||
|
|
||||||
|
See https://docs.pypi.org/trusted-publishers/troubleshooting/ for more help
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Rendered if the package index's token response isn't valid JSON.
|
# Rendered if the package index's token response isn't valid JSON.
|
||||||
|
|
Loading…
Reference in New Issue