Skip to content

Commit e1f9b96

Browse files
committed
BLD: new access token on pandas-dev
1 parent 1b0fecd commit e1f9b96

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
global:
1717

1818
# pandas-docs-travis GH
19-
- secure: Oz6cwVu3NetKZ5nKLJ4RQQBbRJE4KF3J5fkVwICJ2SQaE00ng8os4zJRGSkf0g+K1AVJpQ9A1XKG/IOKMBSkGiXBaVR/Qk/5b+QOTjEhgQBd7tdYjBrFfzpn0AIWn+70nAh24pvuGmq5MU9ILUXwNVVM87FF7cJ7efNseveh7Ss=
19+
secure: "YvvTc+FrSYHgdxqoxn9s8VOaCWjvZzlkaf6k55kkmQqCYR9dPiLMsot1F96/N7o3YlD1s0znPQCak93Du8HHi/8809zAXloTaMSZrWz4R4qn96xlZFRE88O/w/Z1t3VVYpKX3MHlCggBc8MtXrqmvWKJMAqXyysZ4TTzoiJDPvE="
2020

2121
git:
2222
# for cloning

ci/build_docs.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ if [ x"$DOC_BUILD" != x"" ]; then
5656
git add --all .
5757
git commit -m "Version" --allow-empty
5858
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"
6160
git push origin gh-pages -f
6261
fi
6362

0 commit comments

Comments
 (0)