diff --git a/tools/src/main/resources/com/io7m/ghrepostools/templating/deployMain.ftlx b/tools/src/main/resources/com/io7m/ghrepostools/templating/deployMain.ftlx index 082d3ac..bfe92b8 100644 --- a/tools/src/main/resources/com/io7m/ghrepostools/templating/deployMain.ftlx +++ b/tools/src/main/resources/com/io7m/ghrepostools/templating/deployMain.ftlx @@ -26,10 +26,13 @@ jobs: java-version: ${javaVersion} distribution: ${javaDistribution} + - name: Check PGP version + run: gpg --version + - name: Import signing key env: PGP_SIGNING_KEY: ${r"${{ secrets.PGP_SIGNING_KEY }}"} - run: echo ${r'"${PGP_SIGNING_KEY}" | gpg --import'} + run: echo ${r'"${PGP_SIGNING_KEY}" | gpg -v --import'} - name: Log in to Quay.io. uses: redhat-actions/podman-login@v1.7