Skip to content

Commit

Permalink
feat: enabling tekton webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Ani Argjiri committed Oct 20, 2023
1 parent 0cc1d81 commit e3f820c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks/gitea/gitea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export async function addTektonHook(repoApi: RepositoryApi): Promise<void> {
() =>
repoApi.repoCreateHook(orgName, 'values', {
type: CreateHookOption.TypeEnum.Gitea,
active: true,
config: {
url: clusterIP,
http_method: 'post',
Expand Down

0 comments on commit e3f820c

Please sign in to comment.