Support usage of AWS Profiles

This commit is contained in:
Jan Feddern
2025-12-21 11:28:36 +01:00
parent b547701ef9
commit db3779a0e9
12 changed files with 1308 additions and 19 deletions
Generated Vendored
+1
View File
@@ -43243,6 +43243,7 @@ function cleanup() {
core.exportVariable('AWS_SESSION_TOKEN', '');
core.exportVariable('AWS_DEFAULT_REGION', '');
core.exportVariable('AWS_REGION', '');
core.exportVariable('AWS_PROFILE', '');
}
catch (error) {
core.setFailed((0, helpers_1.errorMessage)(error));