Skip to content

Commit cdbb7f4

Browse files
committed
testing
1 parent e536908 commit cdbb7f4

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
@@ -16,6 +16,7 @@
1616

1717
PRIVATE_KEY_ID = os.environ.get('PRIVATE_KEY_ID')
1818
PRIVATE_KEY = os.environ.get('PRIVATE_KEY').replace('$', '\n')
19+
print(len(PRIVATE_KEY))
1920

2021
credentials_dict = {
2122
'type': 'service_account',

0 commit comments

Comments
 (0)