sourcebot/configs/auth.json

29 lines
639 B
JSON
Raw Permalink Normal View History

2024-10-17 20:31:18 +00:00
{
"$schema": "../schemas/v3/index.json",
"connections": {
"example-1": {
2024-10-17 20:31:18 +00:00
"type": "github",
"token": {
"env": "GITHUB_TOKEN_ENV_VAR"
}
},
"example-2": {
2024-10-17 20:31:18 +00:00
"type": "gitlab",
"token": {
"env": "GITLAB_TOKEN_ENV_VAR"
},
"groups": [
"my-group"
]
2024-11-01 17:51:14 +00:00
},
"example-3": {
2024-11-01 17:51:14 +00:00
"type": "gitea",
"token": {
"env": "GITEA_TOKEN_ENV_VAR"
},
"orgs": [
"my-org"
]
2024-10-17 20:31:18 +00:00
}
}
2024-10-17 20:31:18 +00:00
}