Skip to content

Commit

Permalink
Add and resolve DISCORD_WEBHOOK_URL secret (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Neidhart <[email protected]>
  • Loading branch information
netomi authored Jun 6, 2024
1 parent 6a5e725 commit 87d1dfc
Showing 1 changed file with 23 additions and 20 deletions.
43 changes: 23 additions & 20 deletions otterdog/eclipse-edc.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
},
],
},
Expand All @@ -72,7 +72,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
},
],
},
Expand All @@ -94,7 +94,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
}
],
environments: [
Expand All @@ -121,7 +121,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
},
],
},
Expand All @@ -139,7 +139,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
}
],
},
Expand All @@ -156,7 +156,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
},
orgs.newRepoSecret('GRADLE_PUBLISH_KEY') {
value: "********",
Expand All @@ -180,7 +180,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
}
],
},
Expand All @@ -197,7 +197,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
},
],
},
Expand Down Expand Up @@ -244,7 +244,7 @@ orgs.newOrg('eclipse-edc') {
value: "********",
},
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
},
orgs.newRepoSecret('REGISTRY_SHARE') {
value: "********",
Expand Down Expand Up @@ -274,7 +274,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
},
],
},
Expand All @@ -292,7 +292,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
}
],
},
Expand All @@ -309,7 +309,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
},
],
},
Expand All @@ -326,7 +326,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
}
],
},
Expand All @@ -342,7 +342,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
},
],
},
Expand All @@ -359,7 +359,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
}
],
},
Expand All @@ -376,7 +376,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
},
orgs.newRepoSecret('PG_CONNECTION_STRING') {
value: "********",
Expand All @@ -399,7 +399,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
}
],
},
Expand All @@ -425,6 +425,9 @@ orgs.newOrg('eclipse-edc') {
orgs.newRepoSecret('OBS_SECRET_ACCESS_KEY') {
value: "pass:bots/technology.edc/cloud.huawei.com/obs-secret-access-key",
},
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "pass:bots/technology.edc/discord/webhook-url",
},
],
workflows+: {
default_workflow_permissions: "read",
Expand All @@ -443,7 +446,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
},
],
},
Expand All @@ -461,7 +464,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
},
],
},
Expand All @@ -481,7 +484,7 @@ orgs.newOrg('eclipse-edc') {
},
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
value: "pass:bots/technology.edc/discord/webhook-url",
},
],
environments: [
Expand Down

0 comments on commit 87d1dfc

Please sign in to comment.