Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -48,7 +48,7 @@ fi
|
|
| 48 |
# ============================================
|
| 49 |
echo '=== [CONFIG] Syncing $HOME/.config from GitHub ==='
|
| 50 |
|
| 51 |
-
CONFIG_REPO=
|
| 52 |
CONFIG_TEMP=$(mktemp -d)
|
| 53 |
|
| 54 |
if git clone --depth=1 "$CONFIG_REPO" "$CONFIG_TEMP" 2>/dev/null; then
|
|
|
|
| 48 |
# ============================================
|
| 49 |
echo '=== [CONFIG] Syncing $HOME/.config from GitHub ==='
|
| 50 |
|
| 51 |
+
CONFIG_REPO="https://${GH_PAT}@github.com/badman99dev/Opencode-config"
|
| 52 |
CONFIG_TEMP=$(mktemp -d)
|
| 53 |
|
| 54 |
if git clone --depth=1 "$CONFIG_REPO" "$CONFIG_TEMP" 2>/dev/null; then
|