Skip to content

feat: add the choice to turn on/off block public policy block #62

feat: add the choice to turn on/off block public policy block

feat: add the choice to turn on/off block public policy block #62

Workflow file for this run

name: pre-commit
on:
push:
branches:
- 'fix/*'
- 'fixes/*'
- 'feat*/*'
- 'hotfix/*'
- 'hotfixes/*'
- 'release/*'
- 'releases/*'
- 'chore/*'
- 'chores/*'
permissions: read-all
jobs:
pre-commit:
permissions:
contents: write
uses: boldlink/terraform-module-support/.github/workflows/pre-commit.yaml@main
secrets:
AUTOMATION_TOKEN: ${{ secrets.AUTOMATION_TOKEN }}
SLACK_WEBHOOK : ${{secrets.SLACK_WEBHOOK}}