Skip to content

Commit f7c8c75

Browse files
author
Eric Koleda
committed
Update private key placeholder to make the format clearer.
1 parent 5436323 commit f7c8c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/GoogleServiceAccount.gs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var PRIVATE_KEY = '...';
1+
var PRIVATE_KEY = '-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----\n';
22
var CLIENT_EMAIL = '...';
33
var USER_EMAIL = '...';
44

0 commit comments

Comments
 (0)