We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe5ea9 commit 29e0696Copy full SHA for 29e0696
base-notebook/hooks/post_push
@@ -16,7 +16,7 @@ INDEX_FILE="${GIT_SANDBOX}/Home.md"
16
17
# Configure git so it can push back to GitHub.
18
eval $(ssh-agent -s)
19
-ssh-add <(echo "$DEPLOY_KEY")
+ssh-add <(base64 -d <(echo "$DEPLOY_KEY"))
20
ssh-add -l
21
git config --global user.email "[email protected]"
22
git config --global user.name "Jupyter Docker Stacks"
0 commit comments