Skip to content

Commit

Permalink
fix: Add OPENAI_KEY as secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Romuald Rousseau committed Aug 28, 2024
1 parent f024502 commit a5164b6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/any2json-csv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
uses: ./.github/workflows/maven-test.yml
with:
service: any2json-csv
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/any2json-dbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
uses: ./.github/workflows/maven-test.yml
with:
service: any2json-dbf
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/any2json-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
uses: ./.github/workflows/maven-test.yml
with:
service: any2json-examples
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/any2json-excel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
uses: ./.github/workflows/maven-test.yml
with:
service: any2json-excel
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/any2json-layex-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
uses: ./.github/workflows/maven-test.yml
with:
service: any2json-layex-parser
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/any2json-llm-classifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions .github/workflows/any2json-net-classifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
uses: ./.github/workflows/maven-test.yml
with:
service: any2json-net-classifier
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/any2json-parquet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
uses: ./.github/workflows/maven-test.yml
with:
service: any2json-parquet
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/any2json-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
uses: ./.github/workflows/maven-test.yml
with:
service: any2json-pdf
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/any2json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
uses: ./.github/workflows/maven-test.yml
with:
service: any2json
secrets: inherit

0 comments on commit a5164b6

Please sign in to comment.