Dependabot has a separate set of secrets that are managed under a slightly different path: https://github.com/ghapi/repos/<org>/<repo>/dependabot/secrets vs https://github.com/ghapi/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.
Dependabot has a separate set of secrets that are managed under a slightly different path:
https://github.com/ghapi/repos/<org>/<repo>/dependabot/secretsvshttps://github.com/ghapi/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.