Skip to content

Commit 0c09999

Browse files
authored
Remove legacy sonatype credential (#255)
Signed-off-by: Zelin Hao <[email protected]>
1 parent 627e897 commit 0c09999

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
@@ -35,8 +35,4 @@ jobs:
3535

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

0 commit comments

Comments
 (0)