repo
scope to use this endpoint. GitHub Apps must have the dependabot_secrets
repository permission to use this endpoint.curl --location --request GET 'https://api.github.com/repos///dependabot/secrets'
{
"secrets": [
{
"created_at": "2019-08-24T14:15:22Z",
"name": "MY_ARTIFACTORY_PASSWORD",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"total_count": 0
}