File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,12 +74,13 @@ jobs:
7474 # don't deploy on dependabot merges. $CIRCLE_USERNAME is unset for
7575 # GitHub users who don't have Circle accounts, like dependabot.
7676 if [[ $CIRCLE_BRANCH == "main" && $CIRCLE_USERNAME != "" ]]; then
77+ echo $ENCRYPTED_PROPERTY_KEY > encrypted_property_key
7778 echo $FLASK_SECRET_KEY > flask_secret_key
79+ echo $GCLOUD_SERVICE_KEY > /tmp/service_account_creds.json
80+ echo $GCLOUD_SERVICE_KEY | gcloud auth activate-service-account --key-file=/tmp/service_account_creds.json
7881 echo $REPO_TOKEN > repo_token
7982 echo $THREADS_APP_ID > threads_app_id
8083 echo $THREADS_APP_SECRET > threads_app_secret
81- echo $GCLOUD_SERVICE_KEY > /tmp/service_account_creds.json
82- echo $GCLOUD_SERVICE_KEY | gcloud auth activate-service-account --key-file=/tmp/service_account_creds.json
8384
8485 service='<< pipeline.parameters.service >>'
8586 gcloud config set project bridgy-federated
You can’t perform that action at this time.
0 commit comments