Skip to content

Commit

Permalink
feat: add quay.io secrets (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org>
  • Loading branch information
heurtematte authored Jun 5, 2024
1 parent 3d0aeac commit bf00c5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions otterdog/eclipse-kuksa.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ orgs.newOrg('eclipse-kuksa') {
orgs.newOrgSecret('ORG_OSSRH_USERNAME') {
value: "pass:bots/automotive.kuksa/oss.sonatype.org/username",
},
orgs.newOrgSecret('QUAY_IO_TOKEN') {
value: "pass:bots/automotive.kuksa/quay.io/robot-token",
},
orgs.newOrgSecret('QUAY_IO_USERNAME') {
value: "pass:bots/automotive.kuksa/quay.io/robot-username",
},
orgs.newOrgSecret('KEYSTORE_RELEASE') {
value: "pass:bots/automotive.kuksa/android/keystore-release",
},
Expand Down

0 comments on commit bf00c5e

Please sign in to comment.