From fe75beed09e5037e10efee163d088eb9d22ed41c Mon Sep 17 00:00:00 2001 From: Brett Curtis Date: Thu, 18 Jan 2024 19:00:19 -0500 Subject: [PATCH] Update kitchen.yml --- .github/workflows/kitchen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml index 677add7..49909e1 100644 --- a/.github/workflows/kitchen.yml +++ b/.github/workflows/kitchen.yml @@ -22,7 +22,7 @@ jobs: kitchen_terraform: name: "Tests" uses: osinfra-io/github-terraform-gcp-called-workflows/.github/workflows/kitchen-terraform.yml@v0.1.8 - if: github.actor != 'dependabot[bot]' + if: github.actor != 'dependabot[bot]' && github.actor != 'osinfra-sa' with: service_account: "plt-lz-testing-github@ptl-lz-terraform-tf91-sb.iam.gserviceaccount.com"