Skip to content

Commit

Permalink
add google auth
Browse files Browse the repository at this point in the history
  • Loading branch information
tevko committed Dec 20, 2024
1 parent 4f2dca5 commit aa402c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sensemaker-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa402c7

Please sign in to comment.