diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index 6d4dc5b..9bbdcf5 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -26,6 +26,8 @@ jobs: distribution: 'temurin' server-id: github settings-path: ${{ github.workspace }} + server-username: ${{ secrets.GITHUB_ACTOR }} + server-password: ${{ github.token }} - name: Maven Release x GitHub Packages run: | diff --git a/pom.xml b/pom.xml index 52e4722..885c141 100644 --- a/pom.xml +++ b/pom.xml @@ -178,9 +178,9 @@ - scm:git:ssh://git@github.com/cosad3s/salsa.git - scm:git:ssh://git@github.com/cosad3s/salsa.git - git@github.com:github.com/cosad3s/salsa.git + scm:git:https://github.com/cosad3s/salsa.git + scm:git:https://github.com/cosad3s/salsa.git + https://github.com/cosad3s/salsa.git HEAD