Skip to content

Commit 54a71b7

Browse files
retazelinh
andauthored
Remove legacy sonatype credential (#255) (#275)
Signed-off-by: Zelin Hao <[email protected]> Co-authored-by: Zelin Hao <[email protected]>
1 parent dde1efb commit 54a71b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish-maven-snapshots.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,4 @@ jobs:
3636

3737
- name: Publish snapshots to maven
3838
run: |
39-
export SONATYPE_USERNAME=$(aws secretsmanager get-secret-value --secret-id maven-snapshots-username --query SecretString --output text)
40-
export SONATYPE_PASSWORD=$(aws secretsmanager get-secret-value --secret-id maven-snapshots-password --query SecretString --output text)
41-
echo "::add-mask::$SONATYPE_USERNAME"
42-
echo "::add-mask::$SONATYPE_PASSWORD"
4339
./gradlew --no-daemon publishPublishMavenPublicationToSnapshotRepoRepository

0 commit comments

Comments
 (0)