Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit ebcbbc9

Browse files
fix: update Maven password environment variable to use MAVEN_SECRET
1 parent 8861a73 commit ebcbbc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Publish to Maven
2020
env:
2121
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
22-
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
22+
MAVEN_SECRET: ${{ secrets.MAVEN_SECRET }}
2323
TAG_VERSION: ${{ github.ref_name }}
2424
run: |
2525
./gradlew publishAllPublicationsToReleaseRepository

0 commit comments

Comments
 (0)