Skip to content

Commit

Permalink
Add creds-example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Sep 7, 2023
1 parent e95c904 commit 7fbd74b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

# bugme

Show bug and issue statuses
Show bug and issue status

## Example usage

Copy [creds-example.json](creds-example.json) to `~/creds.json` and run.

```
$ ./bugme.py bsc#1213811 gh#containers/podman#19529 poo#133910
bsc#1213811 NEW Tue Sep 05 16:21:37 CEST 2023 podman network unreachable after starting docker
Expand Down
13 changes: 13 additions & 0 deletions creds-example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"bugzilla.suse.com": {
"user": "[email protected]",
"api_key": "BUGZILLA_API_KEY"
},
"progress.opensuse.org": {
"username": "rbranco",
"key": "REDMINE_API_KEY"
},
"github.com": {
"token": "GITHUB_TOKEN"
}
}

0 comments on commit 7fbd74b

Please sign in to comment.