Spaces:
Runtime error
Runtime error
| echo "Setting permissions for VeloCT_Base..." | |
| chmod +x ./engines/VeloCT_Base | |
| echo "Injecting Lichess token into config..." | |
| # This secretly replaces the placeholder with your actual HF Secret token | |
| sed -i "s|\${LICHESS_TOKEN}|${LICHESS_TOKEN}|g" config.yml | |
| echo "Starting the Lichess Bot..." | |
| python lichess-bot.py -u | |