Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overwrite the aws config instead of appending #17

Closed
wants to merge 4 commits into from

Commits on Jun 29, 2021

  1. Overwrite the aws config instead of appending

    We have a workflow in which we need to run this action multiple times to login to multiple aws accounts. On the second run, appending the default profile will cause an error. Overwriting the aws config instead of just appending to it.
    rdinardi-bw committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    3c9e28f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    3a30af6 View commit details
    Browse the repository at this point in the history
  2. telling the github env where the aws configuration is and setting the…

    … env vars based on the most recent profile we fetched creds for
    rdinardi-bw committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    3fe0ab8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    e9cf5cf View commit details
    Browse the repository at this point in the history