Skip to content

Commit

Permalink
extract key from secrets (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
srprash authored Jul 14, 2022
1 parent c945ba4 commit 5c7ac32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pack-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ jobs:
--secret-id ${{ secrets.NUGET_SECRETS_ID }}
--region us-west-2
--output text
--query SecretString
--query SecretString | ConvertFrom-Json
nuget push
.\Deployment\nuget-packages\*.nupkg
-Source https://api.nuget.org/v3/index.json
-ApiKey $nugetKey
-ApiKey $nugetKey.Key
- name: Create draft release
id: create_release
Expand Down

0 comments on commit 5c7ac32

Please sign in to comment.