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