fix to make action still run

This commit is contained in:
Michael Lehmann
2025-06-04 15:45:40 -07:00
committed by kellertk
parent a26a7d8191
commit e378c2d267
6 changed files with 7 additions and 15 deletions
-1
View File
@@ -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,
});