actions-marketplace-validations/AWS S3 Env

Fetch an `.env`-formatted file from AWS S3, and populate your Github Workflow with its contents.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 5, 2023
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/someimportantcompany_github-actions-aws-s3-env@70986ba8f7bfd75e2d4bcd3cdee3c91585a85fe7 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
fromS3 URL pointing to the env file you want to fetch.yes
prefixSet a prefix for all variable names in this env file.no
maskedSet to `true` to ensure values are masked as secrets.no
export-envExport the env values into the current environment, defaults to `true`.true
export-outputsExport the env values as outputs, defaults to `false`.false

no outputs