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