We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a47c2d commit 4c2f8f2Copy full SHA for 4c2f8f2
.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