Skip to content

Commit 83a4606

Browse files
author
Vincent Prouillet
committed
Fix tokens
1 parent f9d0507 commit 83a4606

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ before_deploy:
3030

3131
deploy:
3232
api_key:
33-
# if you see REPLACE_ME here, fix it by following the README of the template
34-
secure: X0M1TT06/MHfwaENl+u/K3twBU0BVTQimXfBkHzODWsWC84SGeJPMiovIkuBxq4P7Wk7sIr1d/IINlq0sK40IvI3Xwy95YtpTKcK52ffZjTmHSNExCy+OhW2JefNPOwPI89JWKsmHM1I8FuDRiENTyawVS8akcl1XnQhS3V3a1zEuwpULO+6UwDTauJDRdVenDY7tHxbwYH644djZpKcL3LsPLkv0r0XlWnyH+Lw65/ggUmw63KaZTN+hOYfznXGNjlsv2YSD8lCo7eGGg+WA1rsr1SDOxzMM60OOE2Y4lDo0lX9tPWAxMfltvuouxfZ8Y2II4oNEYQui+AqaZ6CfhjFrfZG5P6QdFcGcjiYhDC+s+R9m+tCtzCcKh+lahxcfwOEo1O9pAsg77XVy5gf9guM++9uhYc54Z7tUeyNyJQVaQHt0drmqqeQWfk8w2YBmTPiJ7mwAbhEU5gISWQBpc9eRM1PiOaWDOJHgyV1rZfOT6RxgKBu5DW4pSZ6Iar7Qc+u4ei80QRI2jVsnlPY8/5rl/z0fqSnOen/wyGQHNI18SwXiy0TbN8aMpwr9tllOBYtjrWoX4xCj8NJksl1EAYaE2Cwy768mSfO9FTMqGQpuG5S6M9BRsG5pOtZdKpxjyP8vJ1ahp8KDI9Mz8QJSfG6kOHXqCaed+MmJNxJYI0=
33+
secure: RZrpS9AjWddlQskoRQZTTVsTHUdCYOcDG7+iztqiXN9bf6V1JtIGRE4wSvVyIJP9T6Kkf1uiPyIkAofX2LSzzf/EuuW3CCZ6sjS+3zSKVhLr1HVV3xWmx3nyJvMtcJQ8A/ddOTELTiCuAxDT2aLLzhsp1QvwsMwn38lypcrpcWWUH02tYX36R6JB3qbSki2O9ZNZPzrAStysWMICrVQ88o78Z9YbSvoPI7HHGCwDfyapPObhvUsraI2oKODEmKY12Asrnt0tQHzHXPnf4nRO2cX1u6rDKnn93qVENhr7/VKX+f3nNaFQOxc17TGXclGI+WHW93gPw47gZWWkRjkNDYKNNbhxhbLCKBDkdfaJWLPJL9rRQx0EAchzSHiMFBkhRBz9xXt+y/SXoh4FDPFH1o5TFQt5u9OCEIfCNpuICPC75GYjjhFHg2RzyLddMOgTjSMimv6wd3x8N6T0fHA+l5xltpmwdCi8AYTzCrZJzT9yuzj3pKC8GzsoIrpCBQ05fXJ1i7FVXDz7k6GxortcuxZidyfUEy1Msd4hRujuE5kM1UlD0n1ApFchnhQz7A97fexT9efeth7VbfZ76zUz9rppxpN+ceuas8V9HE5uvAiHJKZQppRBU8esyjYRfLMUv4OTDBId3Lzw7x7s4rw0avaTK+lbr0KvE2efXjNHUVI=
3534
file_glob: true
3635
file: $CRATE_NAME-$TRAVIS_TAG-$TARGET.*
3736
on:

appveyor.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,10 @@ before_deploy:
4242

4343
deploy:
4444
artifact: /.*\.zip/
45-
# TODO update `auth_token.secure`
46-
# - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new
47-
# - Encrypt it. Go to https://ci.appveyor.com/tools/encrypt
48-
# - Paste the output down here
4945
auth_token:
50-
secure: YCRPSTItx+m/3jnDfai52dEZNLYUTSEExF2lZoffULDzlv/t2jOR1fzSSIEi/xyB
46+
secure: KATuxn8l+8baFHqtkNWDRUdCM9iewocCf84f5WVyOiLf72FT5xEMUSZFZ/ZuiJdD
5147
description: ''
5248
on:
53-
# TODO Here you can pick which targets will generate binary releases
54-
# In this example, there are some targets that are tested using the stable
55-
# and nightly channels. This condition makes sure there is only one release
56-
# for such targets and that's generated using the stable channel
5749
RUST_VERSION: stable
5850
appveyor_repo_tag: true
5951
provider: GitHub

0 commit comments

Comments
 (0)