Skip to content

feat: tested on push event #1

feat: tested on push event

feat: tested on push event #1

Workflow file for this run

name: toc
permissions: write-all
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- internal_502
workflow_dispatch:
jobs:
prod:
uses: clouddrove/github-shared-workflows/.github/workflows/toc.yml@internal_502
with:
modules: 'terraform-aws,terraform-azure,terraform-gcp,docker,ansible,tools'
username: 'clouddrove.ci'
email: '[email protected]'
secrets:
github-token: ${{ secrets.GITHUB }}