sourcebot/configs/auth.json
2025-04-01 10:26:46 -07:00

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"
]
}
}
}