From e0fe4092598e4de8ea8e88589250a16938f76520 Mon Sep 17 00:00:00 2001 From: John Malconian Date: Tue, 28 Apr 2026 14:10:54 -0400 Subject: [PATCH] remove cert changes made to workflow --- .github/workflows/push-docker.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/push-docker.yml b/.github/workflows/push-docker.yml index 21d621ad..3b6ff976 100644 --- a/.github/workflows/push-docker.yml +++ b/.github/workflows/push-docker.yml @@ -32,12 +32,6 @@ jobs: distribution: 'temurin' cache: 'maven' - - name: Download ID CA cert - run: wget -O /tmp/ca.crt https://download.indexdata.com/pub/id-ssl/ca.crt - - - name: Add CA cert to Java 8 TrustStore - run: sudo keytool -import -storepass changeit -file /tmp/ca.crt -keystore $JAVA_HOME/jre/lib/security/cacerts - - name: Create Maven settings uses: s4u/maven-settings-action@v4.0.0 with: