Skip to content

Add .github/workflows/terraform.yaml #1

Add .github/workflows/terraform.yaml

Add .github/workflows/terraform.yaml #1

Workflow file for this run

name: "Gtag"
on:
workflow_dispatch:
push:
branches:
- main
jobs:
terraform:
uses: HappyPathway/centralized-actions/.github/workflows/terraform-test.yml@main
with:
terraform_version: 1.9.1
terraform_api: app.terraform.io
github_username: djaboxx
github_email: [email protected]
github_org: HappyPathway
secrets:
TFE_TOKEN: ${{ secrets.TFE_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
gtag:
needs: terraform
uses: HappyPathway/centralized-actions/.github/workflows/gtag.yml@main
with:
patch: true
github_org: HappyPathway
github_username: djaboxx
github_email: [email protected]
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}