File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ jobs:
4949 matrix :
5050 include :
5151 - arch : x86_64
52- runner : ubuntu-latest
52+ runner : codebuild-aws-lambda-java-libs-test-trigger-x86-${{ github.run_id }}-${{ github.run_attempt }}
5353 profiles : linux-x86_64 linux_musl-x86_64
5454 - arch : aarch64
55- runner : ubuntu-24.04-arm
55+ runner : codebuild-aws-lambda-java-libs-test-trigger-arm64-${{ github.run_id }}-${{ github.run_attempt }}
5656 profiles : linux-aarch64 linux_musl-aarch64
5757 runs-on : ${{ matrix.runner }}
5858 timeout-minutes : 45
@@ -216,7 +216,7 @@ jobs:
216216 trap 'rm -rf "$MAVEN_SETTINGS" "$GNUPGHOME"' EXIT
217217
218218 # --- Signing key + Sonatype token (shared secrets from LambdaMavenDeploy) ---
219- GPG_JSON=$(aws secretsmanager get-secret-value --secret-id maven. gpg.keys --query SecretString --output text)
219+ GPG_JSON=$(aws secretsmanager get-secret-value --secret-id lambda-runtimes/java/ gpg-signing-key --query SecretString --output text)
220220 CREDS_JSON=$(aws secretsmanager get-secret-value --secret-id maven.sonatype.creds --query SecretString --output text)
221221 GPG_PRIVATE_KEY=$(jq -r '.private' <<< "$GPG_JSON")
222222 GPG_PASSPHRASE=$(jq -r '.passphrase' <<< "$GPG_JSON")
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183183 trap 'rm -rf "$MAVEN_SETTINGS" "$GNUPGHOME"' EXIT
184184
185185 # --- Signing key + Sonatype token (shared secrets from LambdaMavenDeploy) ---
186- GPG_JSON=$(aws secretsmanager get-secret-value --secret-id maven. gpg.keys --query SecretString --output text)
186+ GPG_JSON=$(aws secretsmanager get-secret-value --secret-id lambda-runtimes/java/ gpg-signing-key --query SecretString --output text)
187187 CREDS_JSON=$(aws secretsmanager get-secret-value --secret-id maven.sonatype.creds --query SecretString --output text)
188188 GPG_PRIVATE_KEY=$(jq -r '.private' <<< "$GPG_JSON")
189189 GPG_PASSPHRASE=$(jq -r '.passphrase' <<< "$GPG_JSON")
You can’t perform that action at this time.
0 commit comments