How to pass the env secret variable in google app engine and gitlab CI
问题 I am using gitlab and deploying it to google app engine for my nodejs application. Google Service access is added as variable in gitlab settings SERVICE_ACCOUNT_KEY: { "type": "service_account", "project_id": "node-us", "private_key_id": "", "private_key": "", "client_email": "gitlab-demo-service-account@node-us.iam.gserviceaccount.com", "client_id": "", "auth_uri": "", "token_uri": "", "auth_provider_x509_cert_url": "", "client_x509_cert_url": "" } .gitlab-ci.yml image: node:latest cache: