From 6f5433951748ec976a314811b84c2eb16ea28c86 Mon Sep 17 00:00:00 2001 From: Bijan Chokoufe Nejad Date: Tue, 18 Aug 2020 15:15:37 +0200 Subject: [PATCH] Try setting env --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd6e2db..e1a3d26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,4 +26,8 @@ jobs: echo $SONATYPE_SBT > ~/.sbt/1.0/sonatype.sbt - name: Test & Release run: sbt ci-release - + env: + PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} + PGP_SECRET: ${{ secrets.GPG_KEYS }} + SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} + SONATYPE_USERNAME: ${{ secrets.SONATYPE_USER }}