Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set env GOOGLE_CREDENTIALS at job level
Browse files Browse the repository at this point in the history
Sayali M authored and Sayali M committed Jan 25, 2024
1 parent 2eb9aa5 commit 34ff8e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-harness.yml
Original file line number Diff line number Diff line change
@@ -16,6 +16,8 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
env:
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
defaults:
run:
working-directory: src/test/resources/terraform

0 comments on commit 34ff8e2

Please sign in to comment.