From 42723b058a45f851b05823b8f138703b5f4920ec Mon Sep 17 00:00:00 2001 From: Casey Waldren Date: Tue, 23 Apr 2024 12:53:45 -0700 Subject: [PATCH] fetch nuget key from env --- .github/actions/full-release/action.yml | 3 ++- .github/workflows/release-please.yml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/full-release/action.yml b/.github/actions/full-release/action.yml index 133586d6..a9f9accb 100644 --- a/.github/actions/full-release/action.yml +++ b/.github/actions/full-release/action.yml @@ -43,7 +43,8 @@ runs: /production/common/releasing/digicert/api_key = DIGICERT_API_KEY, /production/common/releasing/digicert/client_cert_file_b64 = DIGICERT_CLIENT_CERT_FILE_B64, /production/common/releasing/digicert/client_cert_password = DIGICERT_CLIENT_CERT_PASSWORD, - /production/common/releasing/digicert/code_signing_cert_sha1_hash = DIGICERT_CODE_SIGNING_CERT_SHA1_HASH' + /production/common/releasing/digicert/code_signing_cert_sha1_hash = DIGICERT_CODE_SIGNING_CERT_SHA1_HASH, + /production/common/releasing/nuget/api_key = NUGET_API_KEY' s3_path_pairs: 'launchdarkly-releaser/dotnet/LaunchDarkly.snk = LaunchDarkly.snk' - name: Release build diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 6311da00..1f00c13a 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -54,7 +54,6 @@ jobs: - uses: ./.github/actions/full-release with: workspace_path: 'pkgs/telemetry' - name: 'LaunchDarkly.ServerSdk.Telemetry' project_file: 'pkgs/telemetry/src/LaunchDarkly.ServerSdk.Telemetry.csproj' test_project_file: 'pkgs/telemetry/test/LaunchDarkly.ServerSdk.Telemetry.Tests.csproj' build_output_path: 'pkgs/telemetry/src/bin/Release/'