diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e256056e..bdaf5be43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - name: Set GCP project run: gcloud config set project ${{ secrets.PROJECT_ID }} - name: Setup GCP authentication - run: echo "${{ secrets.GCP_JSON }}" | base64 --decode > output_file.txt + run: echo "${{ secrets.GCP_JSON }}" | base64 -d > output_file.txt - run: gcloud auth activate-service-account --key-file output_file.txt - name: Initiate Terraform run: terraform init