Skip to content

Commit

Permalink
Add google auth
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 committed Aug 29, 2024
1 parent 958ed4c commit 530724d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- id: init
run: terraform init
env:
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}

- id: validate
run: terraform validate -no-color | tee validation
Expand Down

0 comments on commit 530724d

Please sign in to comment.