|
|
@@ -1117,7 +1117,6 @@ func (app *App) HandleUpgradeRelease(w http.ResponseWriter, r *http.Request) {
|
|
|
GitRepoOwner: repoSplit[0],
|
|
|
Repo: *app.Repo,
|
|
|
GithubConf: app.GithubProjectConf,
|
|
|
- WebhookToken: release.WebhookToken,
|
|
|
ProjectID: uint(projID),
|
|
|
ReleaseName: name,
|
|
|
GitBranch: gitAction.GitBranch,
|
|
|
@@ -1536,7 +1535,6 @@ func (app *App) HandleRollbackRelease(w http.ResponseWriter, r *http.Request) {
|
|
|
GitRepoOwner: repoSplit[0],
|
|
|
Repo: *app.Repo,
|
|
|
GithubConf: app.GithubProjectConf,
|
|
|
- WebhookToken: release.WebhookToken,
|
|
|
ProjectID: uint(projID),
|
|
|
ReleaseName: name,
|
|
|
GitBranch: gitAction.GitBranch,
|