Skip to content

Commit 8672776

Browse files
committed
Add reusable workflow action
1 parent ca447bf commit 8672776

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/tfsec-tfinit.yaml

+10
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)