mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
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:
parent
d2ceb67e00
commit
20579de860
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user