chore(config/gitprovider): remove yaml description for accessToken

This commit is contained in:
Felix Wiedmann
2019-06-13 19:37:55 +02:00
parent 882a1f4c29
commit ef60526644
2 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ type GitProvider struct {
Name string `yaml:"name"`
URL string `yaml:"url"`
User string `yaml:"user"`
AccessToken string `yaml:"accessToken"`
AccessToken string
}
type Asset struct {