diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..d80333f --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,14 @@ +name: production-deploymnet-lab-ph3 + +on: + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +jobs: + call-workflow-A: + uses: virtual-labs/vlabs-worfklows/.github/workflows/ph3-lab-deploy-S3.yml@main + permissions: + issues: write + with: + username: vikramk20 + secrets: inherit