Skip to content

.github/workflows/main.yml #39

.github/workflows/main.yml

.github/workflows/main.yml #39

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch:
jobs:
terraform-apply-eks:
uses: ./.github/workflows/terraform-apply-eks.yml
permissions:
contents: read
secrets: inherit
terraform-apply-pipelines:
needs: terraform-apply-eks
uses: ./.github/workflows/terraform-apply-pipelines.yml
permissions:
contents: read
secrets: inherit