From 36d2ee6b0bf51b883428f547c5283adbd5b07581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20B=C3=A9jean?= <nicolas@bejean.fr> Date: Sat, 29 Jan 2022 13:34:22 +0100 Subject: [PATCH] feat: Secure GCP SA --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee92406..ae6f9c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -205,6 +205,7 @@ destroy-psc: EC_DNS_ZONE: $EC_DNS_ZONE before_script: - | + printenv echo $GCP_SA | base64 -di > gcp-sa.json gcloud auth activate-service-account --key-file gcp-sa.json echo "Activate Service Account: OK" -- GitLab