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

Add support for multiple profiles with credentials file #633

Conversation

GeertWille
Copy link

Issue #, if available: #112

Description of changes:

  1. Added prettier to format code to be consistent
  2. Added multiple profile support

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@GeertWille GeertWille force-pushed the support-multiple-profiles branch 2 times, most recently from 8c975a3 to 2e45a28 Compare January 25, 2023 17:40
core.exportVariable("AWS_DEFAULT_REGION", "");
core.exportVariable("AWS_REGION", "");

fs.rmSync(`${process.env.HOME}/.aws`, { force: true, recursive: true });
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GeertWille Please recheck this line/imports
Looks like something went wrong, getting this error:

Post job cleanup.
Error: fs.rmSync is not a function

@sarink
Copy link

sarink commented Feb 11, 2023

This is much needed!

@kellertk kellertk deleted the branch aws-actions:master March 7, 2023 01:03
@kellertk kellertk closed this Mar 7, 2023
@kidpollo
Copy link

Did this get closed in favor of something else?

@elreydetoda
Copy link

elreydetoda commented May 31, 2023

It looks like it got accidentally closed when they migrated from using master as the default to using main (when @kellertk deleted aws-actions:master before your comment). I think @GeertWille would have to re-open against main.

@act-mreeves
Copy link

@GeertWille could you reopen this on main and perhaps @kellertk can move this fwd or at least give feedback?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants