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