Skip to content

Commit

Permalink
Add encoded Android Keystore to GitHub org secrets (#14)
Browse files Browse the repository at this point in the history
EF issue: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3998

Signed-off-by: Pawel Stankiewicz <pawel.stankiewicz@eclipse-foundation.org>
  • Loading branch information
pstankie authored Nov 29, 2023
1 parent d2c5315 commit 3e38804
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions otterdog/eclipse-kuksa.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,21 @@ orgs.newOrg('eclipse-kuksa') {
orgs.newOrgSecret('ORG_OSSRH_USERNAME') {
value: "pass:bots/automotive.kuksa/oss.sonatype.org/username",
},
orgs.newOrgSecret('KEYSTORE_RELEASE') {
value: "pass:bots/automotive.kuksa/android/keystore-release",
},
orgs.newOrgSecret('KEYSTORE_DEBUG') {
value: "pass:bots/automotive.kuksa/android/keystore-debug",
},
orgs.newOrgSecret('SIGNING_STORE_PASSWORD') {
value: "pass:bots/automotive.kuksa/android/store-password",
},
orgs.newOrgSecret('SIGNING_KEY_PASSWORD') {
value: "pass:bots/automotive.kuksa/android/key-password",
},
orgs.newOrgSecret('SIGNING_KEY_ALIAS') {
value: "pass:bots/automotive.kuksa/android/alias",
},
],
_repositories+:: [
orgs.newRepo('kuksa-actions') {
Expand Down

0 comments on commit 3e38804

Please sign in to comment.