-
-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (26 loc) · 927 Bytes
/
kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Kitchen Tests
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
push:
branches:
- main
paths-ignore:
- "**.md"
# For reusable workflows, the permissions setting for id-token should be set to write at the
# caller workflow level or in the specific job that calls the reusable workflow.
permissions:
id-token: write
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]' && github.actor != 'osinfra-sa'
with:
service_account: "plt-lz-testing-github@ptl-lz-terraform-tf91-sb.iam.gserviceaccount.com"
workload_identity_provider: "projects/746490462722/locations/global/workloadIdentityPools/github-actions/providers/github-actions-oidc"
secrets:
billing_account: ${{ secrets.BILLING_ACCOUNT }}