Skip to content

Commit c35f622

Browse files
authored
Update get-metrics.py
1 parent f87d309 commit c35f622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/get-metrics.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
COOKBOOKS_ID = os.environ['cookbooks_id']
1111

1212
encoded_credentials = os.environ.get('GOOGLE_ANALYTICS_CREDENTIALS')
13+
print('------------')
1314
print(encoded_credentials)
15+
print('------------')
1416
decoded_credentials = base64.b64decode(encoded_credentials).decode('utf-8')
15-
print('---')
16-
print(decoded_credentials)
1717
credentials_dict = json.loads(decoded_credentials)
1818
client = BetaAnalyticsDataClient.from_service_account_info(credentials_dict)
1919

0 commit comments

Comments
 (0)