Skip to content

Commit 5e51a43

Browse files
authored
Update get-metrics.py
1 parent 5055a20 commit 5e51a43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/get-metrics.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
encoded_credentials = os.environ.get('GOOGLE_ANALYTICS_CREDENTIALS')
1313
decoded_credentials = base64.b64decode(encoded_credentials).decode('utf-8')
14+
print(decoded_credentials)
1415
credentials_dict = json.loads(decoded_credentials)
1516
client = BetaAnalyticsDataClient.from_service_account_info(credentials_dict)
1617

0 commit comments

Comments
 (0)