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
Dependabot has a separate set of secrets that are managed under a slightly different path: https://api.github.com/repos/<org>/<repo>/dependabot/secrets vs https://api.github.com/repos/<org>/<repo>/actions/secrets. As far as I can tell, calls are identical to what you would expect for the normal repo secrets API. This API is undocumented, but I think there's a lot of value in adding support for it.