Skip to content

Commit

Permalink
Update GitHub Token
Browse files Browse the repository at this point in the history
  • Loading branch information
axodox authored Jul 15, 2019
1 parent d8819e1 commit 1627382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ assembly_info:
assembly_informational_version: '{version}'
environment:
github_token:
secure: Vak3FzsaGXTJb/S0Ee3fPOWlHPNi52kz2e7WCLhwAa6pNe4jfKjl5rNEFfcnecI8
secure: MI0hFHQHoAu0Gg/2ZJSfjVTlswPOVr7V3UuzZs3cizbVBSG4nVIaFoBhQ1Vys3Ed
before_build:
- cmd: nuget restore
build:
Expand All @@ -29,8 +29,8 @@ deploy:
- provider: GitHub
tag: ${appveyor_repo_branch}-${appveyor_build_version}
auth_token:
secure: Vak3FzsaGXTJb/S0Ee3fPOWlHPNi52kz2e7WCLhwAa6pNe4jfKjl5rNEFfcnecI8
secure: MI0hFHQHoAu0Gg/2ZJSfjVTlswPOVr7V3UuzZs3cizbVBSG4nVIaFoBhQ1Vys3Ed
artifact: AxoCover.vsix, AxoCover-debug.vsix
prerelease: true
after_deploy:
- cmd: if "%CONFIGURATION%"=="Release" AxoCover.ReleaseTagger\bin\Release\AxoCover.ReleaseTagger.exe
- cmd: if "%CONFIGURATION%"=="Release" AxoCover.ReleaseTagger\bin\Release\AxoCover.ReleaseTagger.exe

0 comments on commit 1627382

Please sign in to comment.