You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apache Infra team provided us a private gpg key on both Github Actions and Jenkins so we can use it to sign artifacts for the releases.
The secret name on both (github and jenkins) is: GPG_KEY and it doesn't have a passphrase.
We need to update our jenkins shared library to add a new function to setup a gpg key without a passphrase and also update the deploy jobs to use this new function.
The text was updated successfully, but these errors were encountered:
Apache Infra team provided us a private gpg key on both Github Actions and Jenkins so we can use it to sign artifacts for the releases.
The secret name on both (github and jenkins) is:
GPG_KEY
and it doesn't have a passphrase.We need to update our jenkins shared library to add a new function to setup a gpg key without a passphrase and also update the deploy jobs to use this new function.
The text was updated successfully, but these errors were encountered: