mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
29 lines
No EOL
639 B
JSON
29 lines
No EOL
639 B
JSON
{
|
|
"$schema": "../schemas/v3/index.json",
|
|
"connections": {
|
|
"example-1": {
|
|
"type": "github",
|
|
"token": {
|
|
"env": "GITHUB_TOKEN_ENV_VAR"
|
|
}
|
|
},
|
|
"example-2": {
|
|
"type": "gitlab",
|
|
"token": {
|
|
"env": "GITLAB_TOKEN_ENV_VAR"
|
|
},
|
|
"groups": [
|
|
"my-group"
|
|
]
|
|
},
|
|
"example-3": {
|
|
"type": "gitea",
|
|
"token": {
|
|
"env": "GITEA_TOKEN_ENV_VAR"
|
|
},
|
|
"orgs": [
|
|
"my-org"
|
|
]
|
|
}
|
|
}
|
|
} |