From 9283066fe3354875f13a63bf3168c3e9a48f3c07 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sun, 26 Nov 2023 23:26:43 -0600 Subject: [PATCH] [CI] Add 'check-samples' job to CI-PR.yml * Removed signing of artifacts --- .github/workflows/ci-pr.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 88be4630..f066fe31 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -65,8 +65,6 @@ jobs: env: LOCAL_REPOSITORY_PATH: ${{ github.workspace }}/build/publications/repos VERSION: ${{ needs.prerequisites.outputs.project_version }} - ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }} - ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }} run: | ./gradlew publishMavenJavaPublicationToLocalRepository ./gradlew \