Update Github Releases token to be set in UI

This will prepare it to be used for Slashiee's master, which will now make it another option to download the graphic packs. This will prepare it for some under the hood work that I've been making.
This commit is contained in:
Milan 2017-10-20 22:16:20 +02:00 committed by GitHub
parent d2ceb67e00
commit 20579de860

View File

@ -1,6 +1,7 @@
# Appveyor configuration file for bash build of packs
version: v2-{build}
environment:
# It's prefered to have the GithubAuthToken (encrypted) set in the UI. Follow this guide for the instructions https://www.appveyor.com/docs/deployment/github/#provider-settings.
CYG_MIRROR: http://cygwin.mirror.constant.com
CYG_PACKAGES: bash,php,dos2unix
matrix:
@ -58,8 +59,7 @@ deploy:
description: "Updated to **$(appveyor_build_version)**\n\n### Changelog:\n**$(appveyor_repo_commit_message)** - Commit $(appveyor_repo_commit):\n```\n$(appveyor_repo_commit_message_extended)\n```\n#### [Installation instructions](https://$(appveyor_account_name).github.io/$(appveyor_project_name)/)"
provider: GitHub
# Auth token is generated by using https://www.appveyor.com/docs/deployment/github/#provider-settings
auth_token:
secure: 4JvDhDJbAqoItEgXYLZ1QAX3aW5MF7d/klgYFiyCtgGJys2+C0Etd7CZwJzZ8tch
auth_token: $(GithubAuthToken)
prerelease: false
# Makes it so that it overwrites the previous files.
force_update: true