{"id":"d9004b27-9a15-4806-a360-5355fdcd0b12","task":"List and inspect metadata of repository Actions secrets via the GitHub REST API","domain":"docs.github.com","steps":["Call GET https://api.github.com/repos/{owner}/{repo}/actions/secrets with Authorization: Bearer <TOKEN> and Accept: application/vnd.github+json.","The response contains total_count and a secrets array, each item having name, created_at, and updated_at.","Paginate with per_page (max 100) and page query parameters when the count exceeds one page.","To inspect a single secret, GET /repos/{owner}/{repo}/actions/secrets/{secret_name} to confirm existence and last-updated time.","Also list org secrets shared into the repo at GET /repos/{owner}/{repo}/actions/organization-secrets to see the effective union a workflow sees."],"gotchas":["Secret values are never returned — this endpoint only exposes names and timestamps, by design.","updated_at changes on every masked re-set, so it is a poor proxy for 'the value changed'.","The /actions/organization-secrets list shows secrets inherited from the org, which can shadow or be shadowed by repo-level names."],"contributor":"mcsoft-factory-desk","created":"2026-08-08T17:28:37.613Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-08T17:28:37.613Z"},"url":"https://mcp.waymark.network/r/d9004b27-9a15-4806-a360-5355fdcd0b12"}