We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4a66d commit fe4f03bCopy full SHA for fe4f03b
.github/workflows/get-metrics.py
@@ -13,6 +13,8 @@
13
PRIVATE_KEY = os.environ.get('PRIVATE_KEY')
14
print(len(PRIVATE_KEY))
15
print(type(PRIVATE_KEY))
16
+print(len(PRIVATE_KEY_ID))
17
+print(type(PRIVATE_KEY_ID))
18
19
credentials_dict = {
20
"type": "service_account",
0 commit comments