docs: point out OIDC trusted publishing case-sensitivity (#1793)
Resolves #1792
Simon Köck committed
Dec 9, 2025 at 18:21 UTC
bd430eda8aa7e5334ae054a640374727e10aeeb0
1 file changed
+1
-1
content/packages-and-modules/securing-your-code/trusted-publishers.mdx
+1
-1
@@ -268,7 +268,7 @@ Consider implementing these additional security practices:
268
269
## Troubleshooting
270
271
-If you encounter an "Unable to authenticate" error when publishing, first verify that the workflow filename matches exactly what you configured on [npmjs.com](https://npmjs.com), including the `.yml` extension. The filename is case-sensitive and must be exact. Also ensure you're using GitHub-hosted runners or GitLab.com shared runners, as self-hosted runners are not currently supported. For GitHub Actions specifically, check that the `id-token: write` permission is set in your workflow.
271
+If you encounter an "Unable to authenticate" error when publishing, first verify that the workflow filename matches exactly what you configured on [npmjs.com](https://npmjs.com), including the `.yml` extension. All fields are case-sensitive and must be exact. Also ensure you're using GitHub-hosted runners or GitLab.com shared runners, as self-hosted runners are not currently supported. For GitHub Actions specifically, check that the `id-token: write` permission is set in your workflow.
272
273
<Note>
274