whutchinson98/AWS SecretsManager to Environment Variables
Converts all the values from provided AWS SecretsManager secrets to environment variables to be used in your github workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-access-key-id | Your AWS access key id for an account with valid permissions to access the secrets you provide. | yes | — |
| aws-secret-access-key | Your AWS secret access key. | yes | — |
| aws-region | The region the secrets are held in | no | us-east-1 |
| secret-names | Comma separated string of secrets | yes | — |
Outputs
| name | description |
|---|---|
| success | Whether the job was a success |