Skip to content

Commit 04737f0

Browse files
Merge pull request #13 from justcoding121/master
Update appveyor.yml
2 parents ee1b60b + be39c83 commit 04737f0

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: '{github_access_token}'
64+
auth_token: $(github_access_token)
6565
on:
6666
branch: /(stable|beta)/
6767
- provider: NuGet
68-
api_key: '{nuget_access_token}'
68+
api_key: $(nuget_access_token)
6969
on:
7070
branch: /(stable|beta)/

0 commit comments

Comments
 (0)