Skip to content

Updated example to show org trail bucket and update files #59

Updated example to show org trail bucket and update files

Updated example to show org trail bucket and update files #59

Workflow file for this run

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