Skip to content

Commit

Permalink
Remove circleci workflow (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Marinov Avgustin <[email protected]>
  • Loading branch information
avgustinmm authored Oct 7, 2024
1 parent 5c9678f commit d2966bc
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions otterdog/eclipse-hawkbit.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit d2966bc

Please sign in to comment.