Skip to content

Drift Detection

Drift Detection #4

Workflow file for this run

name: 'Drift Detection'
on:
schedule:
- cron: '*/3 * * * *'
jobs:
detect_drift:
uses: ./.github/workflows/plan.yml
permissions:
contents: read
id-token: write
pull-requests: write
secrets:
ROLE_TO_ASSUME: ${{ secrets.ROLE_TO_ASSUME }}