mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-02 05:55:10 +09:00
fix to make action still run
This commit is contained in:
committed by
kellertk
parent
a26a7d8191
commit
e378c2d267
@@ -63,7 +63,6 @@ export class CredentialsClient {
|
||||
}
|
||||
|
||||
private async loadCredentials() {
|
||||
info('trying to load credentials');
|
||||
const client = new STSClient({
|
||||
requestHandler: this.requestHandler ? this.requestHandler : undefined,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user