Skip to content

Drift Check

Drift Check #179

Workflow file for this run

# Run drift checks manually or on cron
name: Drift Check
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
permissions:
contents: write
actions: read
pull-requests: write
id-token: write
jobs:
drift-check:
uses: gmo-media/tofu-actions/.github/workflows/quickstart-drift-check.yaml@v5
secrets:
github-token: ${{ secrets.PR_CREATE_PAT }}
drift-notify-webhook: ${{ secrets.DRIFT_NOTIFY_WEBHOOK }}
claude-code-oauth-token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}