Skip to content

Merge branch 'main' of https://github.com/The-DevSec-Blueprint/aws-de… #35

Merge branch 'main' of https://github.com/The-DevSec-Blueprint/aws-de…

Merge branch 'main' of https://github.com/The-DevSec-Blueprint/aws-de… #35

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