Update supabase token setting in ci-migration.sh

This commit is contained in:
Stan Girard 2024-05-02 00:04:01 +02:00
parent 008412fbef
commit 94d100eb11

View File

@ -3,8 +3,8 @@
echo "Setting the project ID from environment variable"
PROJECT_ID=$PROJECT_ID
echo "Setting the supabase token from environment variable"
SUPABASE_ACCESS_TOKEN=$SUPABASE_ACCESS_TOKEN
echo "Setting the supabase token from environment variables"
SUPABASE_ACCESS_TOKEN=$SUPABASE_ACCESS_TOKEN
echo "Setting the supabase db password from environment variable"
SUPABASE_DB_PASSWORD=$SUPABASE_DB_PASSWORD