Hi,
While setting up OIDC with npm, I ran into a confusing issue because the documentation doesn’t mention that the OIDC fields (e.g., org/username and repository name) are case-sensitive.
I initially used a different casing than the actual GitHub org/repo, and auth kept failing. Took me a while to figure out the root cause.
Could you please add a note to the OIDC docs that these values must match the exact case of the org/user and repo name? It would save others a lot of time.
If you want I can also open a PR with a suggestion.
Thanks!