diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07095e69..51ceca7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: - name: Build env: GPG: ${{ secrets.GPG }} - REPO_TOKEN: ${{ secrets.REPO_TOKEN }} + COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }} GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} @@ -58,7 +58,7 @@ jobs: [ "${{ github.ref }}" = "refs/heads/master" ] && [ "${{ github.head_ref }}" = "" ]; then echo $GPG | base64 -d | gpg --import --no-tty --batch --yes &> /dev/null && - mvn -e -U -B -s settings.xml -DskipRTests -DrepoToken=$REPO_TOKEN deploy -P javadoc,report,deploy; + mvn -e -U -B -s settings.xml -DskipRTests -DcoverallsRepoToken=$COVERALLS_REPO_TOKEN deploy -P javadoc,report,deploy; else mvn -e -U -B -s settings.xml -DskipRTests install; fi \ No newline at end of file diff --git a/pom.xml b/pom.xml index d9bab433..0ee25183 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ - org.safris.maven + org.entinae coverallsio-maven-plugin true diff --git a/sample/pom.xml b/sample/pom.xml index 3e3c282b..35913efd 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -49,7 +49,7 @@ - org.safris.maven + org.entinae coverallsio-maven-plugin *