Skip to content

docs: document reusable workflow limitations #13592

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/user/trusted-publishers/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ title: Troubleshooting

# Troubleshooting

## Reusable workflows on GitHub

[Reusable workflows] cannot currently be used as the workflow in a trusted
publisher. This is a practical limitation, and is being tracked in
[warehouse#11096].

## Ratelimiting

PyPI currently imposes ratelimits on trusted publisher registration: no more
Expand Down Expand Up @@ -46,3 +52,7 @@ endpoint:
(pending) OIDC publisher. This likely indicates a mismatch between the
OIDC publisher specified in the user/project settings and the claims
represented in the actual OIDC token. Check for typos!

[reusable workflows]: https://docs.github.com/en/actions/using-workflows/reusing-workflows

[warehouse#11096]: https://github.com/pypi/warehouse/issues/11096