From 117e1829fc51ee55f440f6e41e981d440c2b267d Mon Sep 17 00:00:00 2001 From: Marko Frankovic Date: Thu, 27 Mar 2025 14:42:14 +0100 Subject: [PATCH] Clone curh-shemas #8 --- .github/workflows/maven-publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index db2ddb8..31b0d8c 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -38,6 +38,9 @@ jobs: - name: Checkout tools repo main branch uses: actions/checkout@v4 + env: + check_token: ${{ secrets.DEVOPS_ACCESS_TOKEN }} + if: ${{ env.check_token != '' }} # if: ${{ hashFiles('curh-schemas/pom.xml') == '' }} with: repository: curh-backend/curh-schemas