Skip to content

Commit

Permalink
using env variable for keys
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolKaczmarek committed Aug 7, 2015
1 parent d897586 commit 3e12aff
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ deploy:
release: $(appveyor_project_name)-v$(appveyor_build_version)
description: Release of $(appveyor_project_name)-v$(appveyor_build_version)
tag: $(appveyor_project_name)-v$(appveyor_build_version)
auth_token:
#secure: $(EncryptedGitHubKey)
secure: 1Y8dcTfYEodas1RozybiCbQeUL6tMwpaKSJyRCN0s/LTABwaOOtBAqMEy9KxXgNp
auth_token: $(EncryptedGitHubKey)
#secure: 1Y8dcTfYEodas1RozybiCbQeUL6tMwpaKSJyRCN0s/LTABwaOOtBAqMEy9KxXgNp
draft: false
prerelease: false
on:
Expand All @@ -86,9 +85,8 @@ deploy:
# Deploying to NuGet
- provider: NuGet
server: https://ci.appveyor.com/nuget/karol-asrhfjcon69q
api_key:
#secure: $(EncryptedNuGetAccountFeedKey)
secure: /kAYJdDhAKj6RBpi/weLOFTCeMHI3meVHyDK/zMDZ3w=
api_key: $(EncryptedNuGetAccountFeedKey)
#secure: /kAYJdDhAKj6RBpi/weLOFTCeMHI3meVHyDK/zMDZ3w=
skip_symbols: true
on:
appveyor_repo_tag: false
Expand Down

0 comments on commit 3e12aff

Please sign in to comment.