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:
|
assets:
|
||||||
- name:
|
- name:
|
||||||
compress:
|
compress:
|
||||||
github:
|
provider:
|
||||||
url: ''
|
name: ""
|
||||||
gitlab:
|
url: ""
|
||||||
url: ''
|
user: ""
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user