Skip to content

Commit ee1b60b

Browse files
Merge pull request #12 from justcoding121/master
Update appveyor.yml
2 parents 144ce01 + 5a33231 commit ee1b60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ environment:
6161
secure: ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k
6262
deploy:
6363
- provider: GitHub
64-
auth_token: '$env:github_access_token'
64+
auth_token: '{github_access_token}'
6565
on:
6666
branch: /(stable|beta)/
6767
- provider: NuGet
68-
api_key: '$env:nuget_access_token'
68+
api_key: '{nuget_access_token}'
6969
on:
7070
branch: /(stable|beta)/

0 commit comments

Comments
 (0)