File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 16
16
global :
17
17
18
18
# pandas-docs-travis GH
19
- - secure : Oz6cwVu3NetKZ5nKLJ4RQQBbRJE4KF3J5fkVwICJ2SQaE00ng8os4zJRGSkf0g+K1AVJpQ9A1XKG/IOKMBSkGiXBaVR/Qk/5b+QOTjEhgQBd7tdYjBrFfzpn0AIWn+70nAh24pvuGmq5MU9ILUXwNVVM87FF7cJ7efNseveh7Ss=
19
+ secure : " YvvTc+FrSYHgdxqoxn9s8VOaCWjvZzlkaf6k55kkmQqCYR9dPiLMsot1F96/N7o3YlD1s0znPQCak93Du8HHi/8809zAXloTaMSZrWz4R4qn96xlZFRE88O/w/Z1t3VVYpKX3MHlCggBc8MtXrqmvWKJMAqXyysZ4TTzoiJDPvE= "
20
20
21
21
git :
22
22
# for cloning
Original file line number Diff line number Diff line change @@ -56,8 +56,7 @@ if [ x"$DOC_BUILD" != x"" ]; then
56
56
git add --all .
57
57
git commit -m " Version" --allow-empty
58
58
git remote remove origin
59
- echo " https://${GH_TOKEN} @github.com/pandas-docs/pandas-docs-travis.git"
60
- git remote add origin " https://${GH_TOKEN} @github.com/pandas-docs/pandas-docs-travis.git"
59
+ git remote add origin " https://${PANDAS_GH_TOKEN} @github.com/pandas-docs/pandas-docs-travis.git"
61
60
git push origin gh-pages -f
62
61
fi
63
62
You can’t perform that action at this time.
0 commit comments