Skip to content

Commit

Permalink
build(ci): update tokens for uploading build to GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Sep 20, 2020
1 parent bb2a616 commit b40c8b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ matrix:
deploy:
provider: releases
api_key:
secure: OXzu4Au7Uri/4pugRsQATYv2+QHNRfx64jRBSTdYUJ8ehdg67HHJrofxhUG2Q+lNZlm2VO51ihOsmp9c3gYtT+ohSxD3/y3z8VDw6k7a+5ihT+Svrr1fpHf30I2DupGe5bO1MFB9rltZ+kv/nERciT5n1jOO5ZxefNCRac2aylE=
file: ${RIME_VARIANT:-rime}-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.zip
secure: Le2PfdrOqVmk5c1Eu/q9fvLGG1WZz5SuIXw0LVTqWn8cPCJvvsh9/RsjKx59uI0rxs/sJnbsCnPSaiveY5i51Jy7apkqtysUfglr+2CjgyXY5s7qBWiZ60/j2V5CDkk+Q/PSB/GXcVxHQWPh6X1M75GWa9b+4COKJX3Kh/FO0rM=
file: "${RIME_VARIANT:-rime}-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.zip"
skip_cleanup: true
name: "librime ${TRAVIS_TAG}"
body: "chore(release): ${TRAVIS_TAG} :tada:"
name: librime ${TRAVIS_TAG}
body: 'chore(release): ${TRAVIS_TAG} :tada:'
draft: true
on:
repo: rime/librime
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ deploy:
description: "chore(release): librime $(APPVEYOR_REPO_TAG_NAME) :tada:"
provider: GitHub
auth_token:
secure: 1vXg/cmgjoy56Z8QiKHRTZAE2MfBtuvRqffkiSqnQAb8EncLbKhTizsAUTN85gix
secure: IWxtq+dikMJSiJBA2BaDgPCzNFys76RoPE4yZ9BTXg7J58uHvxHPZY6WdR5j53uv
artifact: Distributables
draft: true
on:
Expand Down

0 comments on commit b40c8b4

Please sign in to comment.