Skip to content

Commit

Permalink
Issue-802: supply passphrase for export
Browse files Browse the repository at this point in the history
Signed-off-by: l-1squared <[email protected]>
  • Loading branch information
l-1squared committed Nov 24, 2023
1 parent 80bb3f6 commit 2d7fd52
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/mock_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@ jobs:
#./gradlew test signJGivenPluginPluginMarkerMavenPublication signMavenPublication signPluginMavenPublication publishToMavenLocal
run: >
./gradlew test publishMavenPublicationToMavenLocal publishMavenPublicationToMavenRepository
-PsigningKey=$(gpg
--batch
--export-secret-key
-a "${GPG_KEY_ID}"
--pinentry-mode=loopback
--passphrase${GPG_PASSWORD}
| sed -e '/^---.*/d' | tr -d '\n'
)
-PsigningKey=$(gpg --batch --export-secret-key -a "${GPG_KEY_ID}" --pinentry-mode=loopback --passphrase="${GPG_PASSWORD}" | sed -e '/^---.*/d' | tr -d '\n')
-PsigningPassword="${GPG_PASSWORD}"
- name: Upload test results html files
continue-on-error: true
Expand Down

0 comments on commit 2d7fd52

Please sign in to comment.