Skip to content

Commit

Permalink
Add user to the clone url
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Aug 28, 2024
1 parent 2a71a96 commit 4dc9f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git config --global user.email "$USER_EMAIL"
git config --global user.name "$GITHUB_USERNAME"
git config --global user.password "$API_TOKEN_GITHUB"

git clone "https://$API_TOKEN_GITHUB@github.com/$GITHUB_USERNAME/$GITHUB_REPO.git" "$CLONE_DIR"
git clone "https://$GITHUB_USERNAME:$API_TOKEN_GITHUB@github.com/$GITHUB_USERNAME/$GITHUB_REPO.git" "$CLONE_DIR"

ls -la "$CLONE_DIR"

Expand Down

0 comments on commit 4dc9f89

Please sign in to comment.