You've already forked go-semantic-release
chore(config/gitprovider): remove yaml description for accessToken
This commit is contained in:
@@ -12,7 +12,7 @@ release: 'github'
|
||||
assets:
|
||||
- name:
|
||||
compress:
|
||||
github:
|
||||
url: ''
|
||||
gitlab:
|
||||
url: ''
|
||||
provider:
|
||||
name: ""
|
||||
url: ""
|
||||
user: ""
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user