19 lines
531 B
YAML
19 lines
531 B
YAML
tenant_id: acme
|
|
connectors:
|
|
github:
|
|
connector_id: github-docs
|
|
secret_ref: secrets/github-read
|
|
scope: {owner: acme, repo: handbook, ref: main, paths: [docs]}
|
|
options: {groups: [engineering]}
|
|
sharepoint:
|
|
connector_id: sharepoint-policies
|
|
secret_ref: secrets/graph-read
|
|
scope: {site_id: site-id, library_id: drive-id, folder: Policies}
|
|
triggers:
|
|
- type: scheduled
|
|
cron: '0 */6 * * *'
|
|
mode: incremental
|
|
- type: webhook
|
|
mode: incremental
|
|
signature_secret_ref: secrets/webhook-signing
|