Github/actions/secrets
@hivemq/github/actions/secretsv2026.06.04.81
01README
Sync secrets to GitHub repository-scoped Actions secrets via the GitHub REST API.
02Models
@hivemq/github/actions/secretsv2026.06.03.1github_repo_secrets.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| secrets | array |
fn audit()
List which declared secret names are currently configured at the repo level. Read-only.
fn verify()
Throws on non-conformance: state=present must be observed; state=absent must not.
fn apply()
Reconcile to the declared set: `gh secret set` for state=present; `gh secret delete` for state=absent. Idempotent.
Resources
audit(infinite)— Per-secret observed state on the repository (present/absent + last-updated).
verify(infinite)— Conformance result against the declared `secrets` set.
applyResult(infinite)— Per-secret change list from the apply operation.
03Previous Versions
2026.06.04.76Jun 4, 2026
04Stats
B
85 / 100
Downloads
5
Archive size
5.9 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository0/2missing
05Platforms