Skip to content

Commit

Permalink
chore/CI: updates Github deployment credentials (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlester authored and bochaco committed Sep 4, 2018
1 parent e70f710 commit d52c678
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ before_deploy:
deploy:
provider: releases
skip_cleanup: true
api_key:
secure: i7J0VE/UAxfpei1AjMNrCP440wQNh2iLGFMip8FPotFIPBqHxxJlxmz9FCkVim/3XgtdgdQbT5M29IqkIt1pwtLn4xwx5LXgVNGy5/yW7uvqR2pnowhu2/G9YdOEZti+ZPLFnWCjqgMjdvbg8CE4K6is/Qa613EeDP1PBvCf2e0lvathNX9LOKDZk0G8DpTgFKp7ndCYBH4JmPLVbyWn2D9w4nmzpaYI2sk4ma+O7yrkDaE9u+AKrLn/RtshjgBovBSfMFqlaYUipIhkukAPYynArOUOCEoGNsOxthMbyPYOlH0PqY4OWEt2pSqQOYDOq14zemeskmcoGJeKmpw2WWHdz5ZKGBex6HSq6RbxOaPot0PSfnZxis2q/P9CwlPoTBjtk16UI+Y/ZPreL2dC+PRz2+NCTqVcl2yUKs6Z8HeuCG6ntnUlcWxqURzW5kdfD/lWxJMEtyqi1MAfieLyNpZiBsF08uOJeHfjW/QwB9zL6nSzkUznUWpvKQmS19yEb2bmUyFogyQj8KRnBhJTq74HMgRAbCT/fPnvIGvq63bwjKekqF1fAViTe/z8WL5l2B5D1cFJWy+l6VUlW6O8DpFe04jmzWo3vFYWmqNok2MzesMXQHLe6yE/Mo5+wfbUr5BS87sjCAw4GXF9ThcbYk0MjLKzfOBFafTFQoiM/Rs=
api_key: $GITHUB_ACCESS_TOKEN
file:
- "${RELEASE_ZIP}"
- "${SHA_256_SUM}"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ All notable changes to this project will be documented in this file.
- Electron to 2.0.8
- Deps updated in general.
- Jest tests run in electron env.
- CI deployment credentials

### SAFE libraries Dependencies
- @maidsafe/safe-node-app: `c722378eca56b5cc6738d87a0a32db763914d000`
Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,10 @@ deploy:
tag: $(appveyor_repo_tag_name)
description: 'Peruse [Safe] Browser'
provider: GitHub
auth_token:
secure: yYDNGH+3V6HD/LemQHWRMtum9o98noPH8a02NFPJyuVKc+6vQWveTClb3+gRSnuB
auth_token: $(GITHUB_ACCESS_TOKEN)
# your encrypted token from GitHub
# artifact: /.*\.zip/
draft: true
prerelease: true
on:
branch: master
appveyor_repo_tag: true # deploy on tag push only

0 comments on commit d52c678

Please sign in to comment.