Adds jira username to the config
This commit is contained in:
parent
18953f9372
commit
a289ed12ad
3 changed files with 12 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
package model
|
||||
|
||||
type Config struct {
|
||||
GithubToken string `json:"github_token"`
|
||||
JiraToken string `json:"jira_token"`
|
||||
GithubToken string `json:"github_token"`
|
||||
JiraUsername string `json:"jira_username"`
|
||||
JiraToken string `json:"jira_token"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue