master: rpc-docs set github token (#9610)

This commit is contained in:
gabriel klawitter 2018-09-21 13:02:15 +02:00 committed by Marek Kotewicz
parent 403c07c305
commit 93e1040d07
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,10 @@ setup_git() {
git config user.name "Devops Parity"
}
set_remote_wiki() {
git config remote.origin.url "https://${GITHUB_TOKEN}@github.com/paritytech/wiki.git"
}
commit_files() {
echo "__________Commit files__________"
git checkout -b rpcdoc-update-${CI_COMMIT_REF_NAME}
@ -54,5 +58,6 @@ build_docs
cd ..
update_wiki_docs
cd wiki
set_remote_wiki
commit_files
upload_files