mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-02 05:55:10 +09:00
chore: Update dist
This commit is contained in:
Vendored
+1
-1
@@ -379,7 +379,7 @@ async function run() {
|
|||||||
// Always export the source credentials and account ID.
|
// Always export the source credentials and account ID.
|
||||||
// The STS client for calling AssumeRole pulls creds from the environment.
|
// The STS client for calling AssumeRole pulls creds from the environment.
|
||||||
// Plus, in the assume role case, if the AssumeRole call fails, we want
|
// Plus, in the assume role case, if the AssumeRole call fails, we want
|
||||||
// the source credentials and accound ID to already be masked as secrets
|
// the source credentials and account ID to already be masked as secrets
|
||||||
// in any error messages.
|
// in any error messages.
|
||||||
if (accessKeyId) {
|
if (accessKeyId) {
|
||||||
if (!secretAccessKey) {
|
if (!secretAccessKey) {
|
||||||
|
|||||||
Reference in New Issue
Block a user