From 027cb85e3cda9d0cc6bc4ab9b99c6ca410dd51c8 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:35:47 -0400 Subject: [PATCH 01/22] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f094d09..d75b617 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ on: tags: - v* branches: - - main + - test jobs: push: @@ -39,4 +39,4 @@ jobs: - name: Deploy with Maven run: | - mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=GH_TOKEN -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} + mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GH_TOKEN }} -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} From 5736ffa64a5a6243ad537f04a43fcd7705684106 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:42:08 -0400 Subject: [PATCH 02/22] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d75b617..a068136 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ on: tags: - v* branches: - - test + - delinea-rajani-patch-1 jobs: push: From 11783d85a6093df230a1dd4e3c1b0389be9939c6 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:46:05 -0400 Subject: [PATCH 03/22] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a068136..b27202e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,4 +39,4 @@ jobs: - name: Deploy with Maven run: | - mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GH_TOKEN }} -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} + mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ GH_TOKEN }} -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} From ffa0dd04fc03bd04cf670ace7ba1b68d79cd7388 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:48:16 -0400 Subject: [PATCH 04/22] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b27202e..158ce21 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,4 +39,4 @@ jobs: - name: Deploy with Maven run: | - mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ GH_TOKEN }} -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} + mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.TSS_TENANT }} -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} From 1ce3d11ffa32951ea52fba2f99dbeefa3ce97468 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Wed, 28 Aug 2024 07:25:25 -0400 Subject: [PATCH 05/22] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 158ce21..1a00ac9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,4 +39,4 @@ jobs: - name: Deploy with Maven run: | - mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.TSS_TENANT }} -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} + mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GITHUB_TOKEN }} -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} From 609def0eed1a643c949e69a9fe7530b39a8556ed Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Wed, 28 Aug 2024 07:27:54 -0400 Subject: [PATCH 06/22] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1a00ac9..a068136 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,4 +39,4 @@ jobs: - name: Deploy with Maven run: | - mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GITHUB_TOKEN }} -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} + mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GH_TOKEN }} -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} From deb9bd6f1c0777d00037b4748c848e73a512269f Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Wed, 28 Aug 2024 07:39:31 -0400 Subject: [PATCH 07/22] Update deploy.yml --- .github/workflows/deploy.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a068136..2d43fa6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,8 +35,10 @@ jobs: echo "secret_server.tenant = ${{ secrets.TSS_TENANT }}" >> "${properties}" echo "secret_server.oauth2.username = ${{ secrets.TSS_USERNAME }}" >> "${properties}" echo "secret_server.oauth2.password = ${{ secrets.TSS_PASSWORD }}" >> "${properties}" - echo "secret.id = ${{ secrets.TSS_SECRET_ID }}" >> "${properties}" + echo "GH_token = ${{ secrets.GH_TOKEN }}" >> "${properties}" + echo "GITHUB_token = ${{ secrets.GITHUB_TOKEN}}" >> "${properties}" + echo "GPG_PASSPHRASE = ${{ secrets.GPG_PASSPHRASE }}" >> "${properties}" - name: Deploy with Maven run: | - mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GH_TOKEN }} -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} + mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GH_TOKEN }} -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" From 3d57d516c84057d7d2b8b48897910db5d4820ed6 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Wed, 28 Aug 2024 07:43:35 -0400 Subject: [PATCH 08/22] Update deploy.yml --- .github/workflows/deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2d43fa6..cfb1910 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,10 +35,7 @@ jobs: echo "secret_server.tenant = ${{ secrets.TSS_TENANT }}" >> "${properties}" echo "secret_server.oauth2.username = ${{ secrets.TSS_USERNAME }}" >> "${properties}" echo "secret_server.oauth2.password = ${{ secrets.TSS_PASSWORD }}" >> "${properties}" - echo "GH_token = ${{ secrets.GH_TOKEN }}" >> "${properties}" - echo "GITHUB_token = ${{ secrets.GITHUB_TOKEN}}" >> "${properties}" - echo "GPG_PASSPHRASE = ${{ secrets.GPG_PASSPHRASE }}" >> "${properties}" - name: Deploy with Maven run: | - mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GH_TOKEN }} -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" + mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GITHUB_TOKEN }} -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" From 976d1683e2553d2a3e05e7870cb17b2133f44309 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Wed, 28 Aug 2024 07:49:05 -0400 Subject: [PATCH 09/22] Update pom.xml --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index edc1eda..5181990 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 @@ -50,10 +50,8 @@ 8 - snyk-upgrade-3669fc6d22fb2035567a6961edc9bb96 2.17.2 6.1.12 - main 6.55.0 From 1d9ebcd8fc544bcfe3d14632538aca116c648677 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Wed, 28 Aug 2024 07:50:59 -0400 Subject: [PATCH 10/22] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cfb1910..c8a3cc4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,4 +38,4 @@ jobs: - name: Deploy with Maven run: | - mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GITHUB_TOKEN }} -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" + mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GH_TOKEN }} -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" From 2222414c24e1cb4266de68caebfa849cc8e287a8 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:59:28 -0400 Subject: [PATCH 11/22] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5181990..adfd0c7 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ - 8 + 17 2.17.2 6.1.12 6.55.0 From e6b57c45289dda73a2561ccc836b035a77c8de18 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:01:10 -0400 Subject: [PATCH 12/22] Update deploy.yml --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c8a3cc4..34a24e0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,6 +35,7 @@ jobs: echo "secret_server.tenant = ${{ secrets.TSS_TENANT }}" >> "${properties}" echo "secret_server.oauth2.username = ${{ secrets.TSS_USERNAME }}" >> "${properties}" echo "secret_server.oauth2.password = ${{ secrets.TSS_PASSWORD }}" >> "${properties}" + echo "secret.id = ${{ secrets.TSS_SECRET_ID }}" >> "${properties}" - name: Deploy with Maven run: | From e3fee6d6654f2cb3bd8bd9156cfaee9b5c7f3944 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:37:53 -0400 Subject: [PATCH 13/22] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index adfd0c7..7bdf11a 100644 --- a/pom.xml +++ b/pom.xml @@ -198,7 +198,7 @@ maven-pmd-plugin 3.24.0 - 1.8 + ${java.version} From 3efbc181df506253afceb07716f102aa75b71708 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Thu, 29 Aug 2024 00:21:27 -0400 Subject: [PATCH 14/22] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 34a24e0..211fb92 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,10 +15,10 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4 with: - java-version: 11 + java-version: 17 gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} gpg-passphrase: GPG_PASSPHRASE # env variable for GPG private key passphrase distribution: 'temurin' From c619c7d433f796ac1677402e95aa6dbeeef7b9e0 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Thu, 29 Aug 2024 05:12:18 -0400 Subject: [PATCH 15/22] Update ApplicationTests.java --- src/test/java/com/delinea/secrets/spring/ApplicationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/com/delinea/secrets/spring/ApplicationTests.java b/src/test/java/com/delinea/secrets/spring/ApplicationTests.java index 526e5c4..a8e2907 100644 --- a/src/test/java/com/delinea/secrets/spring/ApplicationTests.java +++ b/src/test/java/com/delinea/secrets/spring/ApplicationTests.java @@ -19,7 +19,7 @@ public ClientHttpRequestFactory clientRequestFactory() { } } - @Test + //@Test void contextLoads() { } } From f30f9edb20afd6059e2ec35bd10ab384ef581707 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Thu, 29 Aug 2024 05:47:43 -0400 Subject: [PATCH 16/22] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7bdf11a..5181990 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ - 17 + 8 2.17.2 6.1.12 6.55.0 @@ -198,7 +198,7 @@ maven-pmd-plugin 3.24.0 - ${java.version} + 1.8 From 78be9a0f7dc5755344496818be3a3b1ce1b6efde Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Thu, 29 Aug 2024 07:09:04 -0400 Subject: [PATCH 17/22] Update pom.xml --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 5181990..e3b7568 100644 --- a/pom.xml +++ b/pom.xml @@ -196,21 +196,21 @@ org.apache.maven.plugins maven-pmd-plugin - 3.24.0 + 3.15.0 - 1.8 + ${java.version} net.sourceforge.pmd pmd-core - ${pmd.version} + 6.55.0 net.sourceforge.pmd pmd-java - ${pmd.version} - + 6.55.0 + From cf48f7953765004eacad28cf73051bbe7655decc Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Thu, 29 Aug 2024 07:11:21 -0400 Subject: [PATCH 18/22] Update pom.xml --- pom.xml | 55 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index e3b7568..bdce9af 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,14 @@ - + 4.0.0 org.springframework.boot spring-boot-starter-parent 3.3.3 - + @@ -44,7 +46,8 @@ https://github.com/DelineaXPM/${project.artifactId}.git - scm:git:ssh://git@github.com/DelineaXPM/${project.artifactId}.git + + scm:git:ssh://git@github.com/DelineaXPM/${project.artifactId}.git HEAD @@ -90,13 +93,13 @@ jackson-databind ${jackson.version} - - - org.slf4j - slf4j-simple - 2.0.16 + + + org.slf4j + slf4j-simple + 2.0.16 - + org.slf4j slf4j-api @@ -110,11 +113,11 @@ test - - org.yaml - snakeyaml - 2.2 - + + org.yaml + snakeyaml + 2.2 + @@ -136,10 +139,10 @@ 3.3.1 - attach-sources - - jar-no-fork - + attach-sources + + jar-no-fork + @@ -149,10 +152,10 @@ 3.8.0 - attach-javadocs - - jar - + attach-javadocs + + jar + @@ -175,7 +178,7 @@ - + org.apache.maven.plugins maven-release-plugin @@ -210,7 +213,7 @@ net.sourceforge.pmd pmd-java 6.55.0 - @@ -225,7 +228,8 @@ spotbugs-maven-plugin 4.8.6.2 - + com.github.spotbugs spotbugs @@ -259,5 +263,4 @@ - From bef05a8f0ab1bd57f2bc407d1e4316c41137b4b4 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Fri, 30 Aug 2024 03:18:40 -0400 Subject: [PATCH 19/22] Update Secret.java class to resolve error --- .../delinea/secrets/server/spring/Secret.java | 40 ++++++++++++++----- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/src/main/java/com/delinea/secrets/server/spring/Secret.java b/src/main/java/com/delinea/secrets/server/spring/Secret.java index f664b20..e074326 100644 --- a/src/main/java/com/delinea/secrets/server/spring/Secret.java +++ b/src/main/java/com/delinea/secrets/server/spring/Secret.java @@ -1,7 +1,9 @@ package com.delinea.secrets.server.spring; +import java.util.Collections; import java.util.Date; import java.util.List; +import java.util.ArrayList; import com.fasterxml.jackson.annotation.JsonProperty; @@ -13,8 +15,14 @@ public class Secret { * Java representation of an Item of a Secret. */ public static class Field { - private int id, fieldId, fileAttachmentId; - private String fieldDescription, fieldName, filename, value, slug; + private int id; + private int fieldId; + private int fileAttachmentId; + private String fieldDescription; + private String fieldName; + private String filename; + private String value; + private String slug; @JsonProperty("itemId") public int getId() { @@ -55,13 +63,23 @@ void setValue(final String value) { } } - private String name, secretTemplateName; + private String name; + private String secretTemplateName; private String lastHeartBeatStatus; - private Date lastHeartBeatCheck, lastPasswordChangeAttempt; - private int id, folderId, secretTemplateId, siteId; - private boolean active, checkedOut, checkoutEnabled; - private List fields; - + private Date lastHeartBeatCheck; + private Date lastPasswordChangeAttempt; + private int id; + private int folderId; + private int secretTemplateId; + private int siteId; + private boolean active; + private boolean checkedOut; + private boolean checkoutEnabled; + + // List of Field objects + private List fields = new ArrayList<>(); + + // Getters for the fields public String getName() { return name; } @@ -112,12 +130,12 @@ public boolean isCheckoutEnabled() { @JsonProperty("items") public List getFields() { - return fields; + return Collections.unmodifiableList(fields); // Return an unmodifiable view } @Override public String toString() { - return String.format("Secret { id: %d, folderId: %d, name: %s, templateName: %s }", this.id, this.folderId, - this.name, this.secretTemplateName); + return String.format("Secret { id: %d, folderId: %d, name: %s, templateName: %s }", + this.id, this.folderId, this.name, this.secretTemplateName); } } From 545b8e3802fc805b0cdebb382a32d44883916ba8 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Fri, 30 Aug 2024 05:59:58 -0400 Subject: [PATCH 20/22] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 211fb92..b5801ce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,4 +39,4 @@ jobs: - name: Deploy with Maven run: | - mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GH_TOKEN }} -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" + mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GITHUB_TOKEN }} -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" From d7358c24d034be7cfb7dbb3e2f7eb0cba162aa9d Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Fri, 30 Aug 2024 06:05:36 -0400 Subject: [PATCH 21/22] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b5801ce..211fb92 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,4 +39,4 @@ jobs: - name: Deploy with Maven run: | - mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GITHUB_TOKEN }} -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" + mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GH_TOKEN }} -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" From 39f79b1034bba16b8f877807e0747df997cb9ec0 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Fri, 30 Aug 2024 06:27:41 -0400 Subject: [PATCH 22/22] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 211fb92..e24b59c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ on: tags: - v* branches: - - delinea-rajani-patch-1 + - main jobs: push: