File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ inputs:
17
17
description : ' The Java distribution to use.'
18
18
required : false
19
19
default : ' temurin'
20
+ echo_test :
21
+ required : false
20
22
21
23
runs :
22
24
using : composite
26
28
with :
27
29
distribution : ${{ inputs.java_distribution }}
28
30
java-version : ${{ inputs.java_version }}
31
+
32
+ -name : Echo Test
33
+ shell : bash
34
+ run : echo ${{ inputs.echo_test }}
29
35
30
36
- name : Restore dependencies
31
37
shell : bash
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v3
18
18
19
+ -
uses :
launchdarkly/gh-actions/actions/[email protected]
20
+ name : Get secrets
21
+ with :
22
+ aws_assume_role : ${{ vars.AWS_ROLE_ARN }}
23
+ ssm_parameter_pairs : ' /production/common/releasing/sonatype/username = SONATYPE_USER_NAME,
24
+ /production/common/releasing/sonatype/password = SONATYPE_PASSWORD,
25
+ /production/common/releasing/android_code_signing/private_key_id = SIGNING_KEY_ID,
26
+ /production/common/releasing/android_code_signing/private_key_passphrase = SIGNING_KEY_PASSPHRASE'
27
+ s3_path_pairs : ' launchdarkly-releaser/android/code-signing-keyring.gpg = code-signing-keyring.gpg'
28
+
19
29
- name : Shared CI Steps
20
30
uses : ./.github/actions/ci
21
31
with :
22
32
workspace_path : ' lib/java-server-sdk-otel'
23
33
java_version : 8
34
+ echo_test : ${{ env.SIGNING_KEY_ID }}
You can’t perform that action at this time.
0 commit comments