Skip to content

Commit 10c03d4

Browse files
authored
ci: Update SSM parameter pairs for Sonatype credentials (#44)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Low risk workflow-only change that just points secret retrieval at new SSM parameter names; main risk is failed releases if the new parameters are missing/misnamed. > > **Overview** > Updates the `publish.yml` GitHub Actions workflow to fetch Sonatype credentials from the new SSM paths under `.../sonatype/central/{username,password}` instead of the previous `.../sonatype/{username,password}` parameters, leaving the rest of the publish process unchanged. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit eeab9b9. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 138f1f8 commit 10c03d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
name: Get secrets
5050
with:
5151
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
52-
ssm_parameter_pairs: '/production/common/releasing/sonatype/username = SONATYPE_USER_NAME,
53-
/production/common/releasing/sonatype/password = SONATYPE_PASSWORD,
52+
ssm_parameter_pairs: '/production/common/releasing/sonatype/central/username = SONATYPE_USER_NAME,
53+
/production/common/releasing/sonatype/central/password = SONATYPE_PASSWORD,
5454
/production/common/releasing/java/keyId = SIGNING_KEY_ID'
5555
s3_path_pairs: 'launchdarkly-releaser/java/code-signing-keyring.gpg = code-signing-keyring.gpg'
5656

0 commit comments

Comments
 (0)