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 a1a7dcb commit 4f8f6bdCopy full SHA for 4f8f6bd
tools/gulp/util/firebase.ts
@@ -38,7 +38,7 @@ export function openScreenshotsBucket() {
38
projectId: 'material2-screenshots',
39
credentials: {
40
client_email: 'firebase-adminsdk-t4209@material2-screenshots.iam.gserviceaccount.com',
41
- private_key: decode(process.env['MATERIAL2_SCREENSHOT_FIREBASE_SERVICE_KEY'])
+ private_key: decode(process.env['MATERIAL2_SCREENSHOT_FIREBASE_KEY'])
42
},
43
});
44
0 commit comments