We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e495015 commit bf31481Copy full SHA for bf31481
src/client.ts
@@ -23,7 +23,6 @@ import {
23
StorageOptions,
24
UploadOptions,
25
} from '@google-cloud/storage';
26
-import { GoogleAuth } from 'google-auth-library';
27
import { errorMessage, toPlatformPath, toPosixPath } from '@google-github-actions/actions-utils';
28
29
import { Metadata } from './headers';
@@ -174,13 +173,7 @@ export class Client {
174
173
}
175
176
private constructor(opts?: ClientOptions) {
177
- const authClient = new GoogleAuth({
178
- projectId: opts?.projectID,
179
- universeDomain: opts?.universe,
180
- });
181
-
182
const options: StorageOptions = {
183
- authClient: authClient,
184
projectId: opts?.projectID,
185
universeDomain: opts?.universe,
186
userAgent: userAgent,
0 commit comments