diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index eb92d8e2..fb267362 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -40,6 +40,4 @@ jobs: cache: 'maven' # Check we only rely on permissive licenses in the main parts of the library: - name: License Compliance - run: mvn -U -P compliance org.honton.chas:license-maven-plugin:compliance - env: - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} \ No newline at end of file + run: mvn -U -P compliance org.honton.chas:license-maven-plugin:compliance \ No newline at end of file