Skip to content

Commit 734394f

Browse files
committed
Fix: Use CENTRAL_TOKEN secret
1 parent 05cb0b7 commit 734394f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Upload to Maven Central
121121
env:
122-
CENTRAL_TOKEN: ${{ secrets.CENTRAL_SONATYPE_TOKEN }}
122+
CENTRAL_TOKEN: ${{ secrets.CENTRAL_TOKEN }}
123123
run: |
124124
echo "Uploading bundle to Maven Central..."
125125

0 commit comments

Comments
 (0)