Skip to content

Commit 22ae055

Browse files
DOC: Try with new token (pandas-dev#16389)
1 parent 6dcf2ed commit 22ae055

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ env:
2020
# pandas-docs/pandas-docs-travis GH #
2121
#
2222
# create a github personal access token
23-
# cd pandas-docs/pandas-docs-travis
24-
# travis encrypt
25-
# PANDAS_GH_TOKEN=personal_access_token
26-
secure: "S49Tn5dzBRu6QaQcSV8MoCeX9rn7l8xuHFJbFsT9jPm1l0YPb94S8iDk0Isw71SqvHBgh+j2cms9jgYn2N3VCArh5MpA0oKwTKRZEX3iLQv248dCY2C6LdzAKLA+8m2naDGcfc0qMLeNieCGZICccs0EKIGDt8m7VQBMqeT0YU0="
23+
# cd pandas-dev/pandas
24+
# travis encrypt PANDAS_GH_TOKEN=personal_access_token
25+
# correct the repo to be pandas-dev/pandas, not your fork
26+
secure: "EkWLZhbrp/mXJOx38CHjs7BnjXafsqHtwxPQrqWy457VDFWhIY1DMnIR/lOWG+a20Qv52sCsFtiZEmMfUjf0pLGXOqurdxbYBGJ7/ikFLk9yV2rDwiArUlVM9bWFnFxHvdz9zewBH55WurrY4ShZWyV+x2dWjjceWG5VpWeI6sA="
2727

2828
git:
2929
# for cloning

0 commit comments

Comments
 (0)