Skip to content

Commit

Permalink
appveyor.yml: new API key for AppVeyor builds (ethereum#77)
Browse files Browse the repository at this point in the history
Because of problematic configuration of AppVeyor for organizations,
I'm using personal API key for build artifacts uploading to GitHub.
  • Loading branch information
tzdybal authored and soc1c committed Dec 16, 2019
1 parent ad1d552 commit f88da2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ artifacts:

deploy:
provider: GitHub
repository: etclabscore/multi-geth
artifact: /multi-geth.*-win64\.zip.*/
auth_token:
secure: wzxjgHcWpMV6mDSyYkFrAV9brOyfeVvrgZhxTCFQDaA+AVIMGZazMdudcx4mLL7T
secure: 2ImMvNMj+kevxYhBcAzbqII4cGC/SIX1Kvp0yDwIOBveSr7n8FhX84o+XzOkY3cI
draft: true
on:
appveyor_repo_tag: true

0 comments on commit f88da2d

Please sign in to comment.