Skip to content

Commit 719bcb4

Browse files
resolve comments
1 parent 661c4c1 commit 719bcb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
### Extra setup for pom.xml:
9090

91-
According to possible issues with `Inappropriate ioctl for device` or `gpg: signing failed: No such file or directory`, Maven GPG Plugin configuration in pom.xml should contain the following:
91+
Maven GPG Plugin configuration in pom.xml file should contain the following structure to avoid possible issues like `Inappropriate ioctl for device` or `gpg: signing failed: No such file or directory`:
9292

9393
```
9494
<configuration>
@@ -187,7 +187,7 @@ The two `settings.xml` files created from the above example look like the follow
187187

188188
If `gpg-private-key` input is provided, the private key will be written to a file in the runner's temp directory, the private key file will be imported into the GPG keychain, and then the file will be promptly removed before proceeding with the rest of the setup process. A cleanup step will remove the imported private key from the GPG keychain after the job completes regardless of the job status. This ensures that the private key is no longer accessible on self-hosted runners and cannot "leak" between jobs (hosted runners are always clean instances).
189189

190-
**GPG key should be imported through: `gpg --armor --export-secret-keys YOUR_ID`**
190+
**GPG key should be imported by: `gpg --armor --export-secret-keys YOUR_ID`**
191191

192192
See the help docs on [Publishing a Package](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-apache-maven-for-use-with-github-packages#publishing-a-package) for more information on the `pom.xml` file.
193193

0 commit comments

Comments
 (0)