From 1e5680ebbbb929367b53cabbbd03df9ba9661a54 Mon Sep 17 00:00:00 2001 From: Sergey Grigoriev Date: Wed, 3 Jul 2024 10:27:57 +0200 Subject: [PATCH] feat: initial implementation --- .github/workflows/maven-release.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index 8e6ab4f..4161c88 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -20,25 +20,8 @@ jobs: gpg-private-key: ${{ secrets.COM_SONATYPE_CENTRAL_POLARION_OPENSOURCE_GPG_PRIVATE_KEY }} - uses: whelk-io/maven-settings-xml-action@9dc09b23833fa9aa7f27b63db287951856f3433d # v22 with: - repositories: > - [ - { - "id": "s3", - "name": "s3.sbb.polarion.maven.repo", - "url": "s3://sbb-polarion-maven-repo/polarion.mvn", - "releases": { - "enabled": "true", - "updatePolicy": "never" - } - } - ] servers: > [ - { - "id": "s3", - "username": "${{ secrets.S3_SBB_POLARION_MAVEN_REPO_RW_ACCESS_KEY }}", - "password": "${{ secrets.S3_SBB_POLARION_MAVEN_REPO_RW_SECRET_ACCESS_KEY }}" - }, { "id": "github", "username": "${env.GITHUB_ACTOR}",