🚀 We have rebranded to opentaco see here for details.
Send backendless drift detection results to Slack from scheduled GitHub Actions runs
drift-detection-slack-notification-url
name: Drift Detection on: workflow_dispatch: # schedule: # - cron: "0 0 * * *" jobs: detect-drift: runs-on: ubuntu-latest steps: - name: digger drift detection uses: diggerhq/digger@vLatest with: mode: drift-detection no-backend: true drift-detection-slack-notification-url: ${{ secrets.SLACK_WEBHOOK_URL }} env: GITHUB_CONTEXT: ${{ toJson(github) }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Was this page helpful?