Skip to content

Commit 63b2dbb

Browse files
committed
Clone Infra via ssh
Remove git hub user credentials and use the git ssh key
1 parent 0327f82 commit 63b2dbb

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

app.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
"DISABLE_CDN": {
1313
"required": true
1414
},
15-
"GITHUB_ACCESS_TOKEN": {
16-
"required": true
17-
},
18-
"GITHUB_USER_NAME": {
19-
"required": true
20-
},
2115
"HEROKU_APP_NAME": {
2216
"required": true
2317
},

prebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ shopt -s extglob
3434
mv !(docs) docs
3535
shopt -u extglob
3636

37-
git clone https://$GITHUB_USER_NAME:$GITHUB_ACCESS_TOKEN@github.com/auth0/auth0-docs.git auth0-docs-repo
37+
git clone ssh://git@github.com/auth0/auth0-docs.git auth0-docs-repo
3838

3939
echo "Moving docs site into root folder"
4040
shopt -s dotglob

0 commit comments

Comments
 (0)