From aa402c7da950a9d1c850aec7eea4d475f0d9a3f9 Mon Sep 17 00:00:00 2001 From: tevko Date: Thu, 19 Dec 2024 18:22:59 -0600 Subject: [PATCH] add google auth --- .github/workflows/sensemaker-cron.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sensemaker-cron.yml b/.github/workflows/sensemaker-cron.yml index 067caee89..e242011cf 100644 --- a/.github/workflows/sensemaker-cron.yml +++ b/.github/workflows/sensemaker-cron.yml @@ -12,6 +12,10 @@ jobs: repository: "Jigsaw-Code/sensemaking-tools" path: sensemaking-tools + - uses: 'google-github-actions/auth@v2' + with: + credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}' + - name: Setup Node.js uses: actions/setup-node@v3 with: