Skip to content

Commit

Permalink
Update the fingerprint for the CI bot GPG key after updating
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Nelson <minelson@vmware.com>
  • Loading branch information
absoludity committed Jan 15, 2023
1 parent 98c2c46 commit be029f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubeapps-general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
BRANCH_CHARTS_REPO_FORKED: "main"
CI_BOT_USERNAME: "kubeapps-bot"
CI_BOT_EMAIL: "tanzu-kubeapps-team@vmware.com"
CI_BOT_GPG: "80B6EB16B1328FB18DFF2A073EBA68F3347E319D"
CI_BOT_GPG: "3BC1973CE3AC2BD2B5A2E7D06A7635AE8F48F448"
# DEBUG_MODE allows to activate some SSH debugging steps, and modify the verbosity level of some scripts (eg. e2e-tests.sh)
DEBUG_MODE: "false"
SSH_KEY_KUBEAPPS_DEPLOY_FILENAME: "id_rsa_kubeapps_deploy_key"
Expand Down
1 change: 1 addition & 0 deletions script/lib/libcitools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function installGPGKey() {
gpg --import /tmp/public.key
gpg --import --no-tty --batch --yes /tmp/private.key

info "Trusting the CI BOT GPG KEY ${CI_BOT_GPG}"
# Trusting the imported GPG private key
(echo 5; echo y; echo save) | gpg --command-fd 0 --no-tty --no-greeting -q --edit-key "${CI_BOT_GPG}" trust

Expand Down

0 comments on commit be029f9

Please sign in to comment.