diff --git a/.github/workflows/any2json-csv.yml b/.github/workflows/any2json-csv.yml index c6caf33a..55a9a933 100644 --- a/.github/workflows/any2json-csv.yml +++ b/.github/workflows/any2json-csv.yml @@ -20,3 +20,4 @@ jobs: uses: ./.github/workflows/maven-test.yml with: service: any2json-csv + secrets: inherit diff --git a/.github/workflows/any2json-dbf.yml b/.github/workflows/any2json-dbf.yml index 0c094a3c..daf121f2 100644 --- a/.github/workflows/any2json-dbf.yml +++ b/.github/workflows/any2json-dbf.yml @@ -20,3 +20,4 @@ jobs: uses: ./.github/workflows/maven-test.yml with: service: any2json-dbf + secrets: inherit diff --git a/.github/workflows/any2json-examples.yml b/.github/workflows/any2json-examples.yml index ad954b25..6ed30cd4 100644 --- a/.github/workflows/any2json-examples.yml +++ b/.github/workflows/any2json-examples.yml @@ -20,3 +20,4 @@ jobs: uses: ./.github/workflows/maven-test.yml with: service: any2json-examples + secrets: inherit diff --git a/.github/workflows/any2json-excel.yml b/.github/workflows/any2json-excel.yml index 7cb98dac..eacf523b 100644 --- a/.github/workflows/any2json-excel.yml +++ b/.github/workflows/any2json-excel.yml @@ -20,3 +20,4 @@ jobs: uses: ./.github/workflows/maven-test.yml with: service: any2json-excel + secrets: inherit diff --git a/.github/workflows/any2json-layex-parser.yml b/.github/workflows/any2json-layex-parser.yml index 12e85de1..d650c706 100644 --- a/.github/workflows/any2json-layex-parser.yml +++ b/.github/workflows/any2json-layex-parser.yml @@ -20,3 +20,4 @@ jobs: uses: ./.github/workflows/maven-test.yml with: service: any2json-layex-parser + secrets: inherit diff --git a/.github/workflows/any2json-llm-classifier.yml b/.github/workflows/any2json-llm-classifier.yml index 7ffd27f1..f9915023 100644 --- a/.github/workflows/any2json-llm-classifier.yml +++ b/.github/workflows/any2json-llm-classifier.yml @@ -14,10 +14,10 @@ jobs: uses: ./.github/workflows/maven-build.yml with: service: any2json-llm-classifier - secrets: inherit test: needs: [build] uses: ./.github/workflows/maven-test.yml with: service: any2json-llm-classifier + secrets: inherit diff --git a/.github/workflows/any2json-net-classifier.yml b/.github/workflows/any2json-net-classifier.yml index 693d3916..e1a8f4fb 100644 --- a/.github/workflows/any2json-net-classifier.yml +++ b/.github/workflows/any2json-net-classifier.yml @@ -20,3 +20,4 @@ jobs: uses: ./.github/workflows/maven-test.yml with: service: any2json-net-classifier + secrets: inherit diff --git a/.github/workflows/any2json-parquet.yml b/.github/workflows/any2json-parquet.yml index 1e9acfb0..5fa58ecc 100644 --- a/.github/workflows/any2json-parquet.yml +++ b/.github/workflows/any2json-parquet.yml @@ -20,3 +20,4 @@ jobs: uses: ./.github/workflows/maven-test.yml with: service: any2json-parquet + secrets: inherit diff --git a/.github/workflows/any2json-pdf.yml b/.github/workflows/any2json-pdf.yml index 89bf9885..836fa79c 100644 --- a/.github/workflows/any2json-pdf.yml +++ b/.github/workflows/any2json-pdf.yml @@ -20,3 +20,4 @@ jobs: uses: ./.github/workflows/maven-test.yml with: service: any2json-pdf + secrets: inherit diff --git a/.github/workflows/any2json.yml b/.github/workflows/any2json.yml index 87ef2e5b..4c675888 100644 --- a/.github/workflows/any2json.yml +++ b/.github/workflows/any2json.yml @@ -20,3 +20,4 @@ jobs: uses: ./.github/workflows/maven-test.yml with: service: any2json + secrets: inherit