From 64dfdb13047394fba36f2e1592da7cfbda417ccf Mon Sep 17 00:00:00 2001 From: "Zheng, Qi" Date: Wed, 26 Jun 2024 10:36:18 +0800 Subject: [PATCH] [ci] Use correct key name for debian package ci --- .github/workflows/package_repo_setup_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package_repo_setup_and_test.yml b/.github/workflows/package_repo_setup_and_test.yml index 52974115..b538b912 100644 --- a/.github/workflows/package_repo_setup_and_test.yml +++ b/.github/workflows/package_repo_setup_and_test.yml @@ -124,7 +124,7 @@ jobs: tar zxf aptly_1.5.0_linux_amd64.tar.gz -C /usr/local/bin echo "${{ secrets.DEB_PRIVATE_KEY }}" > deb_private_key gpg --allow-secret-key-import --import deb_private_key - gpg --export -a "occlum_deb_key" > ~/public.key + gpg --export -a "deb_gpg_key" > ~/public.key gpg --import ~/public.key gpg --list-keys sudo apt-key add ~/public.key && apt-key list