Skip to content

Commit

Permalink
Update drift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes authored Jun 5, 2024
1 parent e2fa45c commit 976a88d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/drift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Drift Detection

on:
workflow_dispatch:
#schedule: ## Schedule the job to run at 12.am daily.
# - cron: '0 0 * * *'

jobs:
detect-drift:
runs-on: ubuntu-latest
steps:
- name: digger drift detection
uses: diggerhq/digger@veeee
with:
ee: 'true'
mode: drift-detection
setup-aws: true
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DIGGER_GITHUB_TOKEN: ${{ secrets.DIGGER_GITHUB_TOKEN }}
INPUT_DRIFT_GITHUB_ISSUES: 'true'
DIGGER_MANAGEMENT_REPO: "https://github.com/diggerhq/mgmt-repo-one"
DIGGER_LICENSE_KEY: ${{ secrets.DIGGER_LICENSE_KEY }}

0 comments on commit 976a88d

Please sign in to comment.