Skip to content

Commit

Permalink
Merge pull request #187 from disneystreaming/set-empty-passphrase
Browse files Browse the repository at this point in the history
set empty passphrase
  • Loading branch information
Baccata authored Oct 1, 2024
2 parents 93caabc + f44f0cd commit db95c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Check formatting
run: ./mill -k --disable-ticker __.checkFormat

- name: Check headers
run: ./mill -k --disable-ticker __.headerCheck

Expand All @@ -56,7 +56,7 @@ jobs:
(github.event_name == 'workflow_dispatch' && github.event.inputs.publishSnapshot == 'true')
run: ./mill -i InternalReleaseModule.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 db95c7b

Please sign in to comment.