naharoo/aws-secret-export-action
A GitHub Action that allows exporting AWS SecretsManager Secret properties as Output and/or Environment Variables. It only supports JSON secrets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| secretName | The name of the secret to export | yes | — |
| exportEnv | Whether to export the secret properties as environment variables | no | false |
| region | AWS Region | no | — |
| accessKeyId | AWS Access Key ID | yes | — |
| secretAccessKey | AWS Secret Access Key | yes | — |
| sessionToken | AWS Session Token (if available) | no | — |
Outputs
no outputs