We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca447bf commit 8672776Copy full SHA for 8672776
.github/workflows/tfsec-tfinit.yaml
@@ -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