Skip to content

Commit fe4f03b

Browse files
authored
Update get-metrics.py
1 parent 7a4a66d commit fe4f03b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/get-metrics.py

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
PRIVATE_KEY = os.environ.get('PRIVATE_KEY')
1414
print(len(PRIVATE_KEY))
1515
print(type(PRIVATE_KEY))
16+
print(len(PRIVATE_KEY_ID))
17+
print(type(PRIVATE_KEY_ID))
1618

1719
credentials_dict = {
1820
"type": "service_account",

0 commit comments

Comments
 (0)