diff --git a/.gitea/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from .gitea/CODEOWNERS rename to .github/CODEOWNERS diff --git a/.gitea/workflows/build.yml b/.github/workflows/build.yml similarity index 94% rename from .gitea/workflows/build.yml rename to .github/workflows/build.yml index 6a43f67..5ea1c24 100644 --- a/.gitea/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,9 +43,9 @@ jobs: if: vars.SONAR_ENABLED == 'true' env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} + SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }} run: ./mvnw org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=quarkus-commons -Dsonar.projectName='quarkus-commons' -Dsonar.coverage.jacoco.xmlReportPaths=../**/target/jacoco-report/jacoco.xml - name: Upload libs to Gitea Maven Registry - if: gitea.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' run: ./mvnw deploy -Dmaven.test.skip=true -Dmaven.javadoc.skip=true \ No newline at end of file