Skip to content

Commit

Permalink
chore: use existing screenshot firebase key
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Jul 10, 2017
1 parent a1a7dcb commit 4f8f6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gulp/util/firebase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function openScreenshotsBucket() {
projectId: 'material2-screenshots',
credentials: {
client_email: 'firebase-adminsdk-t4209@material2-screenshots.iam.gserviceaccount.com',
private_key: decode(process.env['MATERIAL2_SCREENSHOT_FIREBASE_SERVICE_KEY'])
private_key: decode(process.env['MATERIAL2_SCREENSHOT_FIREBASE_KEY'])
},
});

Expand Down

0 comments on commit 4f8f6bd

Please sign in to comment.