diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index 16f670e..ba10251 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -34,9 +34,6 @@ jobs: git config --global user.email "github-actions@github.com" git config --global user.name "GitHub Actions" - - name: Replace SSH with HTTPS - run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git - - name: Grant execute permission for Maven Wrapper run: chmod +x ./mvnw diff --git a/pom.xml b/pom.xml index 2c09dbe..0ac077d 100644 --- a/pom.xml +++ b/pom.xml @@ -119,6 +119,10 @@ true true + + scm:git:https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics.git + scm:git:https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics.git +