Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

ci: fetch nuget key from environment #204

Merged
merged 1 commit into from
Apr 23, 2024
Merged

ci: fetch nuget key from environment #204

merged 1 commit into from
Apr 23, 2024

Conversation

cwaldren-ld
Copy link
Contributor

No description provided.

@cwaldren-ld cwaldren-ld requested a review from a team April 23, 2024 19:54
@@ -54,7 +54,6 @@ jobs:
- uses: ./.github/actions/full-release
with:
workspace_path: 'pkgs/telemetry'
name: 'LaunchDarkly.ServerSdk.Telemetry'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a parameter

@@ -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'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed for nuget push

@cwaldren-ld cwaldren-ld merged commit 49bd683 into main Apr 23, 2024
8 checks passed
@cwaldren-ld cwaldren-ld deleted the cw/nuget-api-key branch April 23, 2024 20:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants