From af8da50c2ca049a016ab38bb97318da0cf49686d Mon Sep 17 00:00:00 2001 From: anykao <600913@gmail.com> Date: Thu, 30 Aug 2018 23:45:33 +0900 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 72991030..a7c57898 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,6 +26,11 @@ before_deploy: deploy: description: 'Automatically deployed release' artifact: /.*\.zip/ + # Here's how: + # - Go to 'https://github.com/settings/tokens/new' and generate a Token with only the + # `public_repo` scope enabled + # - Then go to 'https://ci.appveyor.com/tools/encrypt' and enter the newly generated token. + # - Enter the "encrypted value" below auth_token: secure: rqjjigrWMvBgDaONpurfMQvZbFgR6pD8XQGMCfh/UfoDdwJdjEuMYu11tMRxelOR provider: GitHub