You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Apologies for the delay @scott-doyland-burrows - I'm reaching out to the team for support as I think this is a bug but I'm not sure how this handles slashes.
Schema Inaccuracy
Repo environment secrets can not be listed in the API if the repo environment name has a slash in it.
Expected
I should be able to list all secrets in an environment no matter what the repo environment name is called.
Recreate the issue
Create a repo environment named
a/b
and then this will show no secrets:The same issue occurs if getting an individual secret with:
Documentation link:
https://docs.github.com/en/rest/actions/secrets?apiVersion=2022-11-28#list-environment-secrets
https://docs.github.com/en/rest/actions/secrets?apiVersion=2022-11-28#get-an-environment-secret
The text was updated successfully, but these errors were encountered: