Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 49bd683

Browse files
authored
ci: fetch nuget key from environment (#204)
1 parent 6f539a8 commit 49bd683

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/full-release/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ runs:
4343
/production/common/releasing/digicert/api_key = DIGICERT_API_KEY,
4444
/production/common/releasing/digicert/client_cert_file_b64 = DIGICERT_CLIENT_CERT_FILE_B64,
4545
/production/common/releasing/digicert/client_cert_password = DIGICERT_CLIENT_CERT_PASSWORD,
46-
/production/common/releasing/digicert/code_signing_cert_sha1_hash = DIGICERT_CODE_SIGNING_CERT_SHA1_HASH'
46+
/production/common/releasing/digicert/code_signing_cert_sha1_hash = DIGICERT_CODE_SIGNING_CERT_SHA1_HASH,
47+
/production/common/releasing/nuget/api_key = NUGET_API_KEY'
4748
s3_path_pairs: 'launchdarkly-releaser/dotnet/LaunchDarkly.snk = LaunchDarkly.snk'
4849

4950
- name: Release build

.github/workflows/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
- uses: ./.github/actions/full-release
5555
with:
5656
workspace_path: 'pkgs/telemetry'
57-
name: 'LaunchDarkly.ServerSdk.Telemetry'
5857
project_file: 'pkgs/telemetry/src/LaunchDarkly.ServerSdk.Telemetry.csproj'
5958
test_project_file: 'pkgs/telemetry/test/LaunchDarkly.ServerSdk.Telemetry.Tests.csproj'
6059
build_output_path: 'pkgs/telemetry/src/bin/Release/'

0 commit comments

Comments
 (0)