Skip to content

Commit 4c2f8f2

Browse files
committed
Add reusable workflow action
1 parent 5a47c2d commit 4c2f8f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/tfsec-tfinit.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Call a reusable workflow
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
7+
jobs:
8+
call-workflow:
9+
uses: wearetechnative/reusable_workflow_terraform/.github/workflows/main.yml@main
10+
secrets: inherit

0 commit comments

Comments
 (0)