#CI failing with `astro build --remote` after moving off Studio to Turso

2 messages · Page 1 of 1 (latest)

cursive carbon
#

I migrated off Astro Studio to Turso yesterday and it was overall a seamless experience! Everything on my site worked great.

Today I realized that my repo was still running the withastro/action-studio GitHub Action, and I removed it. No issue.

However, a GitHub Action which requires running astro build --remote is failing now with: ASTRO_STUDIO_APP_TOKEN required. I replaced ASTRO_STUDIO_APP_TOKEN with ASTRO_DB_REMOTE_URL and ASTRO_DB_APP_TOKEN but the test continues to fail looking for ASTRO_STUDIO_APP_TOKEN.

What steps do I need to take to update my CI tests to use the new .env tokens and stop looking for ASTRO_STUDIO_APP_TOKEN? I've already updated environment variables in GitHub, I've tried adding ASTRO_DB_REMOTE_URL and ASTRO_DB_APP_TOKEN to my GitHub Action, but no avail. What am I missing?

cursive carbon
#

@sleek tide do you know?