From eea0eae3e788a3d819ca5bdf731fbd919abbf172 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 18 Mar 2024 23:48:17 +0000 Subject: [PATCH] File sync from s4u/.github - Prepare for m-gpg-p - pass secrets --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 981da4a..f9aa9db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,10 +15,11 @@ jobs: build: name: Build uses: s4u/.github/.github/workflows/maven-build.yml@master - secrets: SIGN_KEY: ${{ secrets.SIGN_KEY }} SIGN_KEY_PASS: ${{ secrets.SIGN_KEY_PASS }} + MAVEN_GPG_KEY: ${{ secrets.MAVEN_GPG_KEY }} + MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} OSS_USER: ${{ secrets.OSS_USER }} OSS_PASS: ${{ secrets.OSS_PASS }} TECH_TOKEN: ${{ secrets.TECH_TOKEN }}