Skip to content

Commit

Permalink
updated auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein authored Aug 8, 2019
1 parent 4dd3f09 commit 2fb4b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ deploy:
release: $(APPVEYOR_REPO_TAG_NAME)
description: 'Git XL $(APPVEYOR_REPO_TAG_NAME)'
auth_token:
secure: u1oi+34ucFzW+B5tKlGUMP2NjPISw4G61InbYVF3qYq6onAC4+rA92XRn+aDhMEW
secure: 9GWBZaQOmJ9Ex2gPWJ+vf8aVVbKM7lvu/cCvs8xlQppaS97LptyDjZIIaWbUEuTI
artifact: /git-xl-windows-.*\.exe/
draft: false
prerelease: false
on:
appveyor_repo_tag: true

# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit 2fb4b87

Please sign in to comment.