Skip to content

Commit

Permalink
use env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolKaczmarek committed Aug 7, 2015
1 parent 99961bb commit be9599f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ install:
- cd AppVeyorSampleHelper
- ps: Import-Module .\TestHelper.psm1 -force
- ps: Pop-Location
- ps: $env:EncryptedNuGetAccountFeedKey

#---------------------------------#
# build configuration #
Expand Down Expand Up @@ -73,8 +74,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: #$(EncryptedGitHubKey)
secure: 1Y8dcTfYEodas1RozybiCbQeUL6tMwpaKSJyRCN0s/LTABwaOOtBAqMEy9KxXgNp
auth_token: $(GitHubKey)
#secure: 1Y8dcTfYEodas1RozybiCbQeUL6tMwpaKSJyRCN0s/LTABwaOOtBAqMEy9KxXgNp
draft: false
prerelease: false
on:
Expand Down

0 comments on commit be9599f

Please sign in to comment.