Skip to content

Commit c125854

Browse files
committed
fix: DEPLOY FATAL
1 parent 572c993 commit c125854

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
@@ -32,7 +32,7 @@ else
3232
fi
3333

3434
# Final repository
35-
DEPLOY_REPO="https://${ACCESS_TOKEN}@github.com/${REPOSITORY_NAME}.git"
35+
DEPLOY_REPO="https://username:${ACCESS_TOKEN}@github.com/${REPOSITORY_NAME}.git"
3636
if [ "$TARGET_LINK" ]; then
3737
DEPLOY_REPO="$TARGET_LINK"
3838
fi

0 commit comments

Comments
 (0)