From d2966bc6f0c014c300bc1de775776808b96a0313 Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Mon, 7 Oct 2024 14:11:06 +0300 Subject: [PATCH] Remove circleci workflow (#1) Signed-off-by: Marinov Avgustin --- otterdog/eclipse-hawkbit.jsonnet | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/otterdog/eclipse-hawkbit.jsonnet b/otterdog/eclipse-hawkbit.jsonnet index b3da29c..073a3d6 100644 --- a/otterdog/eclipse-hawkbit.jsonnet +++ b/otterdog/eclipse-hawkbit.jsonnet @@ -35,36 +35,10 @@ orgs.newOrg('eclipse-hawkbit') { workflows+: { default_workflow_permissions: "write", }, - webhooks: [ - orgs.newRepoWebhook('https://circleci.com/hooks/github') { - events+: [ - "commit_comment", - "create", - "delete", - "fork", - "gollum", - "issue_comment", - "issues", - "member", - "public", - "pull_request", - "pull_request_review_comment", - "push", - "release", - "status", - "team_add", - "watch" - ], - secret: "********", - }, - ], secrets: [ orgs.newRepoSecret('PAT_SECRET') { value: "********", }, - orgs.newRepoSecret('SONARCLOUD_TOKEN') { - value: "********", - }, ], }, orgs.newRepo('hawkbit-clients-golang') {