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 0327f82 commit 63b2dbbCopy full SHA for 63b2dbb
app.json
@@ -12,12 +12,6 @@
12
"DISABLE_CDN": {
13
"required": true
14
},
15
- "GITHUB_ACCESS_TOKEN": {
16
- "required": true
17
- },
18
- "GITHUB_USER_NAME": {
19
20
21
"HEROKU_APP_NAME": {
22
23
prebuild.sh
@@ -34,7 +34,7 @@ shopt -s extglob
34
mv !(docs) docs
35
shopt -u extglob
36
37
-git clone https://$GITHUB_USER_NAME:$GITHUB_ACCESS_TOKEN@github.com/auth0/auth0-docs.git auth0-docs-repo
+git clone ssh://git@github.com/auth0/auth0-docs.git auth0-docs-repo
38
39
echo "Moving docs site into root folder"
40
shopt -s dotglob
0 commit comments