From 5013687f2d70edf2b6d80c9808cd6446d00b66c6 Mon Sep 17 00:00:00 2001 From: Mounika Pacha Date: Mon, 9 Sep 2024 14:45:33 -0400 Subject: [PATCH] updated the files --- .github/workflows/sbt-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sbt-build.yml b/.github/workflows/sbt-build.yml index 98bcad4..64876ca 100644 --- a/.github/workflows/sbt-build.yml +++ b/.github/workflows/sbt-build.yml @@ -21,7 +21,7 @@ jobs: run: sudo apt update && sudo apt install -y gnupg - name: Import PGP secret - run: echo "${{ secrets.PGP_SECRET }}" | gpg --batch --no-tty --import + run: echo "${{ secrets.PGP_SECRET }}" | base64 --decode | gpg --batch --import - name: Refresh version tag run: git pull --tags