Skip to content

Commit afc6c47

Browse files
committed
[skip ci] CI automation
1 parent 514f62c commit afc6c47

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

.github/generate_gpg_key.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cat >keydetails <<EOF
77
Subkey-Type: RSA
88
Subkey-Length: 2048
99
Name-Real: Łukasz Włódarczyk
10-
Name-Comment: kilmajster
10+
Name-Comment: github
1111
Name-Email: [email protected]
1212
Expire-Date: 0
1313
%no-ask-passphrase

.github/ossrhSettings.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<servers>
66
<server>
77
<id>ossrh</id>
8-
<username>${MAVEN_USERNAME}</username>
8+
<username>kilmajster</username>
99
<password>${MAVEN_PASSWORD}</password>
1010
</server>
1111
</servers>
@@ -16,8 +16,7 @@
1616
<activeByDefault>true</activeByDefault>
1717
</activation>
1818
<properties>
19-
<gpg.executable>gpg2</gpg.executable>
20-
<gpg.passphrase>${GPG_PASS_PHRASE}</gpg.passphrase>
19+
<gpg.keyname>github</gpg.keyname>
2120
</properties>
2221
</profile>
2322
</profiles>

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- name: Publish package
2626
run: mvn -B -ntp deploy -s .github/ossrhSettings.xml -P ossrh
2727
env:
28-
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
2928
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
3029
- name: Build docker init container
3130
run: sh ./build-init-container.sh $TAG

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,6 @@
239239
<groupId>org.apache.maven.plugins</groupId>
240240
<artifactId>maven-gpg-plugin</artifactId>
241241
<version>${maven-gpg-plugin.version}</version>
242-
<configuration>
243-
<gpgArguments>
244-
<arg>--pinentry-mode</arg>
245-
<arg>loopback</arg>
246-
</gpgArguments>
247-
</configuration>
248242
<executions>
249243
<execution>
250244
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)