Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramk20 authored Sep 9, 2023
1 parent 7cee125 commit 58c6357
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 58c6357

Please sign in to comment.