File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 77from google .analytics .data_v1beta .types import DateRange , Metric , RunReportRequest
88
99PORTAL_ID = os .environ .get ('PORTAL_ID' )
10+ print (len (PORTAL_ID ))
1011FOUNDATIONS_ID = os .environ .get ('FOUNDATIONS_ID' )
12+ print (len (FOUNDATIONS_ID ))
1113COOKBOOKS_ID = os .environ .get ('COOKBOOKS_ID' )
14+ print (len (COOKBOOKS_ID ))
1215
13- #PRIVATE_KEY_ID = os.environ.get('PRIVATE_KEY_ID')
14- #PRIVATE_KEY = os.environ.get('PRIVATE_KEY').replace('$','\n')
16+ PRIVATE_KEY_ID = os .environ .get ('PRIVATE_KEY_ID' )
17+ print (len (PRIVATE_KEY_ID ))
18+ PRIVATE_KEY = os .environ .get ('PRIVATE_KEY' ).replace ('$' ,'\n ' )
19+ print (len (PRIVATE_KEY ))
1520#credentials_dict = {
1621# "type": "service_account",
1722# "project_id": "cisl-vast-pythia",
2732#}
2833
2934ENCODED_CREDENTIALS = os .environ .get ('ENCODED_CREDENTIALS' )
35+ print (len (ENCODED_CREDENTIALS ))
3036if ENCODED_CREDENTIALS is None :
3137 print ("OH NO" )
3238 raise Exception ("Encoded credentials secret not found!" )
You can’t perform that action at this time.
0 commit comments