2025-04-01 10:38:02 +09:00

24 lines
647 B
JSON

{
"apiVersion": "provisioning.grafana.app/v0alpha1",
"kind": "Repository",
"metadata": {
"name": "github-example"
},
"spec": {
"title": "Github Example",
"description": "load resources from github",
"type": "github",
"github": {
"url": "https://github.com/grafana/git-ui-sync-demo",
"branch": "dummy-branch",
"generateDashboardPreviews": true,
"token": "github_pat_dummy"
},
"sync": {
"enabled": false,
"target": "",
"intervalSeconds": 60
},
"workflows": ["push"]
}
}