Skip to content

Commit

Permalink
set empty passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Sep 30, 2024
1 parent daefb1e commit 755ce1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
mill -i __.publishArtifacts
mill -i io.kipp.mill.ci.release.ReleaseModule/publishAll
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_PASSPHRASE: ""
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.S01_SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.S01_SONATYPE_USERNAME }}

0 comments on commit 755ce1d

Please sign in to comment.