fix decode flag

This commit is contained in:
talithafrsc 2024-10-24 17:47:52 +07:00
parent b388905ef0
commit adcc1b98c3

View file

@ -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