Skip to content

Commit

Permalink
Add secrets for Technology-HuaweiCloud (#12)
Browse files Browse the repository at this point in the history
* Add secret for Technology-HuaweiCloud

Signed-off-by: Thomas Neidhart <[email protected]>

* Fix syntax

Signed-off-by: Thomas Neidhart <[email protected]>

---------

Signed-off-by: Thomas Neidhart <[email protected]>
  • Loading branch information
netomi authored Jun 6, 2024
1 parent 17583ce commit 5016dfb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions otterdog/eclipse-edc.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,20 @@ orgs.newOrg('eclipse-edc') {
has_wiki: false,
squash_merge_commit_title: "PR_TITLE",
web_commit_signoff_required: false,
secrets+: [
orgs.newRepoSecret('ACCESS_KEY') {
value: "bots/technology.edc/cloud.huawei.com/access-key",
},
orgs.newRepoSecret('SECRET_KEY') {
value: "bots/technology.edc/cloud.huawei.com/secret-key",
},
orgs.newRepoSecret('OBS_ACCESS_KEY_ID') {
value: "bots/technology.edc/cloud.huawei.com/obs-access-key-id",
},
orgs.newRepoSecret('OBS_SECRET_ACCESS_KEY') {
value: "bots/technology.edc/cloud.huawei.com/obs-secret-access-key",
},
],
workflows+: {
default_workflow_permissions: "read",
},
Expand Down

0 comments on commit 5016dfb

Please sign in to comment.