Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
cloud

GitHub Action

Configure AWS Secrets Manager

v1.0.3

Configure AWS Secrets Manager

cloud

Configure AWS Secrets Manager

A Github action to load secrets from AWS Secrets Manager into the environment

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Configure AWS Secrets Manager

uses: muchobien/[email protected]

Learn more about this action in muchobien/configure-aws-secrets-manager

Choose a version

CodeQL build-test

"Configure AWS Secrets Manager" Action For GitHub Actions

A Github action to load secrets from AWS Secrets Manager into the environment

Usage

Add the following step to your workflow:

- name: Configure AWS Secrets Manager
  uses: muchobien/configure-aws-secrets-manager@v1
  with:
    secret-id: mysecret
    version-id: someversion # optional
    stage: dev # optional
    exporters: env,output,file # default, optional
    overrides: 'false' # optional, default false (override existing environment variables)
    file-path: ./.env # optional, default ./.env

License Summary

This code is made available under the MIT license.