Skip to content

firesquadio/aws-secret-manager-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-secret-manager-env

This will load your secrets from the AWS Secret Manager into the environment of github actions.

How to use.

On your action, put:

- name: Pull Secrets
  uses: firesquadio/aws-secret-manager-env@v1
  with:
    json: true
    secret: "your-secret"

Params is:

  • json: True if the secret is json, and we parse it, false to just load it as a string.
  • secret: The name of the secret.

About

Populate Secrets from AWS Secret Manager to Github Actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published