Skip to content

Commit

Permalink
roll github token to publish new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jun 15, 2020
1 parent 1dfc1d7 commit 7e37701
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
Version: $(APPVEYOR_BUILD_VERSION)
GithubRepo: $(APPVEYOR_REPO_NAME)
GithubAuthToken:
secure: wzcaj3QeW13CSo26Gshrzwzk9ftvfgqalsqEppaIESO5M2/HcqxVhIi21NHoIBui
secure: qgh2y38nOEG/eAnQe0EwNSqMDSXf9akPDwJI5Yasvyiemh5GBbbzkDIleAhGak6i
build_script:
- cmd: PowerShell -Version 2.0 .\build.ps1 -Configuration Release -Experimental -ScriptArgs '--authtoken="%GithubAuthToken%"'
test:
Expand All @@ -26,23 +26,23 @@ artifacts:
deploy:
- provider: GitHub
auth_token:
secure: wzcaj3QeW13CSo26Gshrzwzk9ftvfgqalsqEppaIESO5M2/HcqxVhIi21NHoIBui
secure: qgh2y38nOEG/eAnQe0EwNSqMDSXf9akPDwJI5Yasvyiemh5GBbbzkDIleAhGak6i
artifact: ZipPackage
draft: false
on:
branch: master
APPVEYOR_REPO_TAG: true
- provider: GitHub
auth_token:
secure: wzcaj3QeW13CSo26Gshrzwzk9ftvfgqalsqEppaIESO5M2/HcqxVhIi21NHoIBui
secure: qgh2y38nOEG/eAnQe0EwNSqMDSXf9akPDwJI5Yasvyiemh5GBbbzkDIleAhGak6i
artifact: SquirrelPackage
draft: false
on:
branch: master
APPVEYOR_REPO_TAG: true
- provider: GitHub
auth_token:
secure: wzcaj3QeW13CSo26Gshrzwzk9ftvfgqalsqEppaIESO5M2/HcqxVhIi21NHoIBui
secure: qgh2y38nOEG/eAnQe0EwNSqMDSXf9akPDwJI5Yasvyiemh5GBbbzkDIleAhGak6i
artifact: Checksums
draft: false
on:
Expand Down

0 comments on commit 7e37701

Please sign in to comment.