bluesky quote bot

More testing

+3 -7
+3 -7
.tangled/workflows/deploy.yaml
··· 18 18 DENO_DEPLOY_ENTRYPOINT: main.ts 19 19 DENO_DEPLOY_ROOT: . 20 20 command: | 21 - # 0. Check if the token is set (without printing its value) 22 - if [[ -n "$DENO_DEPLOY_TOKEN" ]]; then 23 - echo "✅ DENO_DEPLOY_TOKEN is set." 24 - else 25 - echo "❌ DENO_DEPLOY_TOKEN is not set. Please check your secrets." 26 - exit 1 27 - fi 21 + # 0. Check if the token is set 22 + echo "Deno Deploy Token: $DENO_DEPLOY_TOKEN" 23 + 28 24 29 25 # 1. Install deployctl and add it to the path for the next command 30 26 export PATH="$HOME/.deno/bin:$PATH"