From 8cd3c89f42acae2fca26fab10bf9ae56c86bac38 Mon Sep 17 00:00:00 2001 From: Santiago Suarez Date: Fri, 19 Jul 2024 13:55:20 -0300 Subject: [PATCH] Add gcp authentication --- .github/workflows/cd.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 925a728..3549c43 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -16,9 +16,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Print dummy secret - run: | - echo ${{ secrets.new_secret_name }} + + - name: Set up Google Cloud SDK + uses: google-github-actions/auth@v1 + with: + credentials_json: ${{ secrets.GCP_CREDENTIALS }} - name: Check directory run: | ls