Skip to content

Commit 63dfe3f

Browse files
committed
use org secrets for publish
1 parent d3c2568 commit 63dfe3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: sbt/setup-sbt@v1
1919
- run: sbt ci-release
2020
env:
21-
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
22-
PGP_SECRET: ${{ secrets.PGP_SECRET }}
23-
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
24-
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
21+
PGP_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
22+
PGP_SECRET: ${{ secrets.GPG_PRIVATE_KEY }}
23+
SONATYPE_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
24+
SONATYPE_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)