dawilk/AWS Secrets Manager - Put Secrets
GitHub action for putting/updating secrets in AWS Secrets Manager
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| secret-id | The name or ARN of the secret to create or update. If automatic recovery from the per-secret version quota runs, IAM must also allow secretsmanager:ListSecretVersionIds and secretsmanager:UpdateSecretVersionStage. | yes | — |
| secret-value | The secret value (raw text or JSON string) to store | yes | — |
| txt-to-json | When true, parse secret-value as dotenv-style lines (KEY=VALUE, # comments) and store a JSON object string | no | false |
| tags | (Optional) JSON object string of tags to apply, e.g. {"Environment":"prod","Team":"platform"} | no | "" |
| auto-select-family-attempt-timeout | (Optional) Timeout (ms) for dual-stack DNS first IP connection attempt. Needed for geographically distant GitHub action workers | no | 1000 |
Outputs
no outputs