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 572c993 commit c125854Copy full SHA for c125854
entrypoint.sh
@@ -32,7 +32,7 @@ else
32
fi
33
34
# Final repository
35
-DEPLOY_REPO="https://${ACCESS_TOKEN}@github.com/${REPOSITORY_NAME}.git"
+DEPLOY_REPO="https://username:${ACCESS_TOKEN}@github.com/${REPOSITORY_NAME}.git"
36
if [ "$TARGET_LINK" ]; then
37
DEPLOY_REPO="$TARGET_LINK"
38
0 commit comments