Commit 2a709685 authored by justcoding121's avatar justcoding121

update github access credentials in appveyor settings

parent 398e9bd2
...@@ -50,14 +50,19 @@ nuget: ...@@ -50,14 +50,19 @@ nuget:
artifacts: artifacts:
- path: '**\Titanium.Web.Proxy.*.nupkg' - path: '**\Titanium.Web.Proxy.*.nupkg'
environment:
github_access_token:
secure: BGdKiI7FwHGkFt+/OmgZDkE1hzLqLrTxcc9c+joVqGyO4LvesHb1sR6hzisVwVPm
github_email:
secure: wvYod3JLufbIBkavRXlCP724wJkhqR2RRuLLaPnqfps=
nuget_access_token:
secure: ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k
deploy: deploy:
- provider: GitHub - provider: GitHub
auth_token: auth_token: $env:github_access_token
secure: ItVm+50ASpDXx1w+FCe2NTpZxqCbjRWfugLjk/bqBIi00DvPnSGOV1rIQ5hnwBW3
on: on:
branch: /(stable|beta)/ branch: /(stable|beta)/
- provider: NuGet - provider: NuGet
api_key: api_key: $env:nuget_access_token
secure: ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k
on: on:
branch: /(stable|beta)/ branch: /(stable|beta)/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment