Skip to content

Commit 6f54339

Browse files
author
Bijan Chokoufe Nejad
committed
Try setting env
1 parent 9dc55b6 commit 6f54339

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ jobs:
2626
echo $SONATYPE_SBT > ~/.sbt/1.0/sonatype.sbt
2727
- name: Test & Release
2828
run: sbt ci-release
29-
29+
env:
30+
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
31+
PGP_SECRET: ${{ secrets.GPG_KEYS }}
32+
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
33+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USER }}

0 commit comments

Comments
 (0)