From b1282ae9b6857715e0b5a9989dbed2b585a540c4 Mon Sep 17 00:00:00 2001 From: Jannis Weis <31143295+weisJ@users.noreply.github.com> Date: Tue, 14 Jan 2020 15:49:57 +0100 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 7853a125..bf000634 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -19,11 +19,13 @@ jobs: deployRepoUsername : ${{ secrets.deployRepoUsername }} deployRepoPassword: ${{ secrets.deployRepoPassword }} signingKey: ${{ secrets.SIGNING_KEY }} + signingKeyId: ${{ secrets.SIGNING_KEY_ID }} signingPassword: ${{ secrets.SIGNING_PASSWORD }} run: ./gradlew build -DdeployRepoUrl=$deployRepoUrl -DdeployRepoUsername=$deployRepoUsername -DdeployRepoPassword=$deployRepoPassword -DsigningKey=$signingKey + -DsigningKeyId=$signingKeyId -DsigningPassword=$signingPassword