We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e536908 commit cdbb7f4Copy full SHA for cdbb7f4
.github/workflows/get-metrics.py
@@ -16,6 +16,7 @@
16
17
PRIVATE_KEY_ID = os.environ.get('PRIVATE_KEY_ID')
18
PRIVATE_KEY = os.environ.get('PRIVATE_KEY').replace('$', '\n')
19
+print(len(PRIVATE_KEY))
20
21
credentials_dict = {
22
'type': 'service_account',
0 commit comments