1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-26 20:26:19 +02:00

Change appveyor token

This commit is contained in:
lise 2019-03-21 15:05:06 +01:00
parent 572703f258
commit a754847a2f

View File

@ -1,5 +1,5 @@
# Based on the "trust" template v0.1.1 # Based on the "trust" template v0.1.1
# https://github.com/japaric/trust/tree/v0.1.1 # https://github.com/japaric/trust/tree/v0.1.
environment: environment:
global: global:
@ -58,13 +58,13 @@ before_deploy:
- ps: ci\before_deploy.ps1 - ps: ci\before_deploy.ps1
deploy: deploy:
artifact: /.*\.zip/ artifact: /.*\.exe/
# TODO update `auth_token.secure` # TODO update `auth_token.secure`
# - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new # - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new
# - Encrypt it. Go to https://ci.appveyor.com/tools/encrypt # - Encrypt it. Go to https://ci.appveyor.com/tools/encrypt
# - Paste the output down here # - Paste the output down here
auth_token: auth_token:
secure: aPjwgGIsU16/omdaviAuV3F6FiLNFF9PaX4ju8OtOnOgGQMayyoCga1VhUuNNoWo secure: TTRYCoO8JhUxzqOpRPznQYD1uXH9B73K0EzCBT0iPctjQnoYN/T/hkkIWXICfDU/
description: '' description: ''
on: on:
# TODO Here you can pick which targets will generate binary releases # TODO Here you can pick which targets will generate binary releases