Suppose having a project in a bitbucket repository storing a secret API key in a config file like config.json:
{
"secret":
}
Is it possible refer to the "secret" variable from variables in bitbucket pipeline and then deploy this automatically to google App Engine, so that App Engine "knows" the secret variable?