runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 22, in <module> credentials = service_account.Credentials.from_service_account_info( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/google/oauth2/service_account.py", line 245, in from_service_account_info signer = _service_account_info.from_dict( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/google/auth/_service_account_info.py", line 57, in from_dict signer = crypt.RSASigner.from_service_account_info(data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/google/auth/crypt/base.py", line 109, in from_service_account_info return cls.from_string( ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/google/auth/crypt/rsa.py", line 131, in from_string instance._impl = _cryptography_rsa.RSASigner.from_string(key, key_id=key_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/google/auth/crypt/_cryptography_rsa.py", line 133, in from_string private_key = serialization.load_pem_private_key( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Invalid private key

Container logs:

Fetching error logs...