mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
fix decode flag
This commit is contained in:
parent
b388905ef0
commit
adcc1b98c3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue