diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e163591f5..95f6b09d1 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -69,8 +69,8 @@ jobs: maven_args: -q --batch-mode gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }} - nexus_username: ${{ secrets.SONATYPE_USER }} - nexus_password: ${{ secrets.SONATYPE_PASSWD }} + nexus_username: ${{ secrets.SONATYPE_TOKEN_USER }} + nexus_password: ${{ secrets.SONATYPE_TOKEN }} - name: Release R2DBC 0.9.1 Snapshot uses: samuelmeuli/action-maven-publish@v1 with: