Skip to content

Commit 4dc9f89

Browse files
committed
Add user to the clone url
1 parent 2a71a96 commit 4dc9f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ git config --global user.email "$USER_EMAIL"
1717
git config --global user.name "$GITHUB_USERNAME"
1818
git config --global user.password "$API_TOKEN_GITHUB"
1919

20-
git clone "https://$API_TOKEN_GITHUB@github.com/$GITHUB_USERNAME/$GITHUB_REPO.git" "$CLONE_DIR"
20+
git clone "https://$GITHUB_USERNAME:$API_TOKEN_GITHUB@github.com/$GITHUB_USERNAME/$GITHUB_REPO.git" "$CLONE_DIR"
2121

2222
ls -la "$CLONE_DIR"
2323

0 commit comments

Comments
 (0)