Skip to content

Commit 47cb86a

Browse files
committed
FIX: Use SSH address to use key-based auth
1 parent 2817d1b commit 47cb86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/upload-gh-pages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ORGANIZATION=$3
2323
if [ -z "$ORGANIZATION" ]; then
2424
ORGANIZATION=nipy
2525
fi
26-
upstream_repo="https://github.com/$ORGANIZATION/$PROJECT"
26+
upstream_repo="git@github.com:$ORGANIZATION/$PROJECT"
2727
cd $HTML_DIR
2828
git init
2929
git checkout -b gh-pages

0 commit comments

Comments
 (0)