Skip to content

feat: create the policy with a hash #12

feat: create the policy with a hash

feat: create the policy with a hash #12

name: test-examples
on:
pull_request_review:
types: [submitted]
paths:
- '**.tf'
pull_request:
types:
- "opened"
- "synchronize"
paths:
- '**.tf'
permissions: read-all
jobs:
test-examples:
permissions:
contents: write
pull-requests: write
uses: boldlink/terraform-module-support/.github/workflows/module-examples-tests.yaml@main
secrets:
AUTOMATION_TOKEN: ${{ secrets.AUTOMATION_TOKEN }}
SLACK_WEBHOOK : ${{secrets.SLACK_WEBHOOK}}