Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save afquinterog/28448a3d18c0ad4d55029c73f09f94b9 to your computer and use it in GitHub Desktop.
Save afquinterog/28448a3d18c0ad4d55029c73f09f94b9 to your computer and use it in GitHub Desktop.
Fomat input variables for the automation code
export AWS_ACCESS_KEY_ID=acces-key
export AWS_SECRET_ACCESS_KEY=secret
export VAULT_ADDR=vault-addr
export VAULT_TOKEN=vault-token
export GITHUB_TOKEN=github-token
export HELLO_SIGN_API_KEY=hellosign-token
export AMAZON_SES_SMTP_USERNAME=ses-username
export AMAZON_SES_SMTP_PASSWORD=ses-pasword
export MAIL_ENDPOINT=mail-endpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment