-
Notifications
You must be signed in to change notification settings - Fork 0
/
creds-example.json
43 lines (43 loc) · 932 Bytes
/
creds-example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"bugs.freebsd.org": {
"path": "/bugzilla/xmlrpc.cgi",
"user": "FREEBSD_BUGZILLA_USER",
"api_key": "FREEBSD_BUGZILLA_API_KEY"
},
"bugzilla.suse.com": {
"user": "SUSE_BUGZILLA_USER",
"api_key": "SUSE_BUGZILLA_API_KEY"
},
"bugzilla.opensuse.org": {
"user": "SUSE_BUGZILLA_USER",
"api_key": "SUSE_BUGZILLA_API_KEY"
},
"bugzilla.redhat.com": {
"user": "REDHAT_BUGZILLA_USER",
"api_key": "REDHAT_BUGZILLA_API_KEY"
},
"jira.suse.com": {
"token": "JIRA_TOKEN"
},
"progress.opensuse.org": {
"key": "REDMINE_API_KEY"
},
"gitlab.suse.de": {
"private_token": "GITLAB_API_KEY"
},
"gitlab.com": {
"private_token": "GITLAB_API_KEY"
},
"github.com": {
"login_or_token": "GITHUB_TOKEN"
},
"src.opensuse.org": {
"token": "GITEA_TOKEN"
},
"src.suse.de": {
"token": "GITEA_TOKEN"
},
"code.opensuse.org": {
"token": "PAGURE_TOKEN"
}
}