badman99dev commited on
Commit
dfe53b7
·
verified ·
1 Parent(s): 2ce9b76

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. 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='https://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
 
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