Skip to content

Commit

Permalink
Merge pull request #3 from eclipse-esmf/fix/secret_PGP_KEY
Browse files Browse the repository at this point in the history
Fix secret key entry in pass for PGP_KEY
  • Loading branch information
heurtematte authored Jul 28, 2023
2 parents f6c8f8d + 606f467 commit 3a044dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/eclipse-esmf.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ orgs.newOrg('eclipse-esmf') {
value: "pass:bots/dt.esmf/oss.sonatype.org/username",
},
orgs.newOrgSecret('PGP_KEY') {
value: "pass:bots/dt.esmf/gpg/key_id",
value: "pass:bots/dt.esmf/gpg/secret-subkeys.asc",
},
orgs.newOrgSecret('PGP_KEY_PASSWORD') {
value: "pass:bots/dt.esmf/gpg/passphrase",
Expand Down

0 comments on commit 3a044dd

Please sign in to comment.