From dd0c1ad64dbbed8614b3b10ec5a6afc98ddf29ec Mon Sep 17 00:00:00 2001 From: Andrew Oberstar Date: Fri, 21 Apr 2023 18:49:20 -0500 Subject: [PATCH] Add signing info to CI, since needed for testing --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0f27d03d..b53527bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,3 +31,6 @@ jobs: uses: gradle/gradle-build-action@v2 - name: Gradle check run: ./gradlew check --continue + env: + ORG_GRADLE_PROJECT_signingKey: ${{ secrets.PGP_SIGNING_KEY }} + ORG_GRADLE_PROJECT_signingPassphrase: ${{ secrets.PGP_SIGNING_PASSPHRASE }}