跳转到内容
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!
Support
This is the documentation of 22.6.1, which is no longer the latest release. See the latest release.

List an organization's actions secrets

GET
/orgs/{org}/actions/secrets
curl --request GET \
--url https://gitea.example.com/api/v1/orgs/example/actions/secrets \
--header 'Authorization: Basic <credentials>'
org
required
string

Name of the organization

page
integer

Page number of results to return (1-based)

limit
integer

Page size of results

SecretList

Media typeapplication/json
Array<object>

Secret represents a secret

object
created_at
string format: date-time
name

The secret’s name

string
Examplegenerated
[
{
"created_at": "2026-04-15T12:00:00Z",
"name": "example"
}
]

APINotFound is a not found empty response

Media typeapplication/json