Skip to content

Commit

Permalink
feat: add gpg key_id
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 committed Nov 12, 2024
1 parent ee90859 commit c605ec9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions otterdog/eclipse-zenoh.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ orgs.newOrg('eclipse-zenoh') {
orgs.newOrgSecret('PYPI_ORG_TOKEN') {
value: 'pass:bots/iot.zenoh/pypi.org/api-token',
},
orgs.newOrgSecret('ORG_GPG_KEY_ID') {
value: 'pass:bots/iot.zenoh/gpg/key_id',
},
orgs.newOrgSecret('ORG_GPG_PASSPHRASE') {
value: 'pass:bots/iot.zenoh/gpg/passphrase',
},
Expand Down

0 comments on commit c605ec9

Please sign in to comment.