Skip to content

Commit 05c223f

Browse files
committed
use new SONATYPE secrets
1 parent bfb27e3 commit 05c223f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ jobs:
343343
- name: Deploy to Maven Central
344344
run: mvn -B deploy -Pci,-ci-sdk,-ci-jira-applink,-ci-ktor -DskipTests "-Djira.service.management.license=${{ secrets.JSM_DC_DEMO_LICENSE }}" "-Dconfluence.license=${{ secrets.CONFLUENCE_DC_DEMO_LICENSE }}"
345345
env:
346-
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
347-
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
346+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_S01_TOKEN_USER }}
347+
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_S01_TOKEN_PASSWORD }}
348348
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
349349

350350
prepare-next-snapshot:

0 commit comments

Comments
 (0)