From 142fc6b9f71cf9261d3b5d2b4ebbaacdf1ac0b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20R=C3=B6der?= Date: Fri, 2 Sep 2022 10:52:51 +0200 Subject: [PATCH] Use github actions to build and release --- .github/workflows/build-and-publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 376d2fa..d0cb941 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -12,6 +12,7 @@ jobs: uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@v1.4.0 secrets: sonar-token: ${{ secrets.SONARCLOUD_TOKEN }} + sonar-organization: ${{ secrets.SONARCLOUD_ORGANIZATION }} signing-secret-key-ring: ${{ secrets.SONATYPE_SIGNING_SECRET_KEY_RING }} signing-key-id: ${{ secrets.SONATYPE_SIGNING_KEY_ID }} signing-password: ${{ secrets.SONATYPE_SIGNING_PASSWORD }}