Skip to content

Commit

Permalink
update config to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-theia-bot committed Mar 11, 2024
1 parent c343dd3 commit c72f29f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions otterdog/eclipse-theia.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ orgs.newOrg('eclipse-theia') {
default_workflow_permissions: "write",
},
secrets: [
orgs.newRepoSecret('DASH_LICENSES_PAT') {
value: "********",
},
orgs.newRepoSecret('DOCKERHUB_TOKEN') {
value: "********",
},
Expand Down Expand Up @@ -314,7 +317,6 @@ orgs.newOrg('eclipse-theia') {
orgs.newRepo('theia-generator-plugin') {
archived: true,
default_branch: "master",
dependabot_alerts_enabled: false,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
Expand All @@ -338,7 +340,6 @@ orgs.newOrg('eclipse-theia') {
orgs.newRepo('theia-plugin-packager') {
archived: true,
default_branch: "master",
dependabot_alerts_enabled: false,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
Expand Down Expand Up @@ -445,7 +446,6 @@ orgs.newOrg('eclipse-theia') {
orgs.newRepo('theia-yeoman-plugin') {
archived: true,
default_branch: "master",
dependabot_alerts_enabled: false,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
Expand Down

0 comments on commit c72f29f

Please sign in to comment.