|
|
@@ -1102,6 +1102,7 @@ func (app *App) HandleUpgradeRelease(w http.ResponseWriter, r *http.Request) {
|
|
|
GithubOAuthIntegration: gr,
|
|
|
GithubInstallationID: gitAction.GithubInstallationID,
|
|
|
GithubAppID: app.GithubAppConf.AppID,
|
|
|
+ GithubAppSecretPath: app.GithubAppConf.SecretPath,
|
|
|
GitRepoName: repoSplit[1],
|
|
|
GitRepoOwner: repoSplit[0],
|
|
|
Repo: *app.Repo,
|
|
|
@@ -1517,6 +1518,7 @@ func (app *App) HandleRollbackRelease(w http.ResponseWriter, r *http.Request) {
|
|
|
GithubOAuthIntegration: gr,
|
|
|
GithubInstallationID: gitAction.GithubInstallationID,
|
|
|
GithubAppID: app.GithubAppConf.AppID,
|
|
|
+ GithubAppSecretPath: app.GithubAppConf.SecretPath,
|
|
|
GitRepoName: repoSplit[1],
|
|
|
GitRepoOwner: repoSplit[0],
|
|
|
Repo: *app.Repo,
|