Skip to content

Commit

Permalink
Merge pull request #210 from Code52/shiftkey-patch-1
Browse files Browse the repository at this point in the history
update github token
  • Loading branch information
hnrkndrssn authored Apr 17, 2019
2 parents 68fe488 + 429ccb3 commit 2161ab9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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: N+4Z+ppud7de8Cn78ZteRln/5FTqpJw9JUi2V51G9P5JIr9Nw7a8VNpfGW3+rG1w
secure: wzcaj3QeW13CSo26Gshrzwzk9ftvfgqalsqEppaIESO5M2/HcqxVhIi21NHoIBui
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: N+4Z+ppud7de8Cn78ZteRln/5FTqpJw9JUi2V51G9P5JIr9Nw7a8VNpfGW3+rG1w
secure: wzcaj3QeW13CSo26Gshrzwzk9ftvfgqalsqEppaIESO5M2/HcqxVhIi21NHoIBui
artifact: ZipPackage
draft: false
on:
branch: master
APPVEYOR_REPO_TAG: true
- provider: GitHub
auth_token:
secure: N+4Z+ppud7de8Cn78ZteRln/5FTqpJw9JUi2V51G9P5JIr9Nw7a8VNpfGW3+rG1w
secure: wzcaj3QeW13CSo26Gshrzwzk9ftvfgqalsqEppaIESO5M2/HcqxVhIi21NHoIBui
artifact: SquirrelPackage
draft: false
on:
branch: master
APPVEYOR_REPO_TAG: true
- provider: GitHub
auth_token:
secure: N+4Z+ppud7de8Cn78ZteRln/5FTqpJw9JUi2V51G9P5JIr9Nw7a8VNpfGW3+rG1w
secure: wzcaj3QeW13CSo26Gshrzwzk9ftvfgqalsqEppaIESO5M2/HcqxVhIi21NHoIBui
artifact: Checksums
draft: false
on:
Expand All @@ -56,4 +56,4 @@ deploy:
artifact: ChocoPackage
on:
branch: master
APPVEYOR_REPO_TAG: true
APPVEYOR_REPO_TAG: true

0 comments on commit 2161ab9

Please sign in to comment.