Skip to content

Commit 7708c11

Browse files
committed
Skip GPG signing on PRs
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
1 parent bc6512d commit 7708c11

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/uber-jar.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ jobs:
3838
distribution: 'temurin'
3939
java-version: '11'
4040

41-
- name: Import GPG Key
42-
env:
43-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
44-
run: |
45-
echo "$GPG_PRIVATE_KEY" | gpg --batch --import
46-
echo "default-key $(gpg --list-keys --with-colons | grep pub | cut -d':' -f5)" >> ~/.gnupg/gpg.conf
47-
echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf
48-
4941
- name: Generate settings.xml
5042
run: |
5143
mkdir -p ~/.m2

0 commit comments

Comments
 (0)