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

@@ -12,7 +12,7 @@ release: 'github'
assets: assets:
- name: - name:
compress: compress:
github: provider:
url: '' name: ""
gitlab: url: ""
url: '' user: ""

View File

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