actions-marketplace-validations/AWS S3 Env
Fetch an `.env`-formatted file from AWS S3, and populate your Github Workflow with its contents.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 5, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/someimportantcompany_github-actions-aws-s3-env@70986ba8f7bfd75e2d4bcd3cdee3c91585a85fe7 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| from | S3 URL pointing to the env file you want to fetch. | yes | — |
| prefix | Set a prefix for all variable names in this env file. | no | — |
| masked | Set to `true` to ensure values are masked as secrets. | no | — |
| export-env | Export the env values into the current environment, defaults to `true`. | — | true |
| export-outputs | Export the env values as outputs, defaults to `false`. | — | false |
Outputs
no outputs