From 0fa942af45a150a9b75375bd2e926ecbf086b4df Mon Sep 17 00:00:00 2001 From: radnov Date: Tue, 30 Jan 2024 18:12:26 +0200 Subject: [PATCH] ci: update pgp secrets in master workflow (#49) --- .github/workflows/master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index e7314fc..0898096 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -41,6 +41,6 @@ jobs: with: nexus_username: ${{ secrets.nexus_username }} nexus_password: ${{ secrets.nexus_password }} - gpg_private_key: ${{ secrets.gpg_private_key }} - gpg_passphrase: ${{ secrets.gpg_passphrase }} + gpg_private_key: ${{ secrets.PGP_PRIVATE_KEY }} + gpg_passphrase: ${{ secrets.PGP_PASSPHRASE }} maven_profiles: "master"