mirror of https://github.com/buster-so/buster.git
Update .github/actions/setup-test-environment/action.yml
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
5385d76d11
commit
6d0b7b4f20
|
@ -77,11 +77,11 @@ runs:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo "::set-output name=db_url::$DB_URL_VAL"
|
||||
echo "::set-output name=supabase_url::$SUPABASE_URL_VAL"
|
||||
echo "::set-output name=supabase_anon_key::$SUPABASE_ANON_KEY_VAL"
|
||||
echo "::set-output name=supabase_service_role_key::$SUPABASE_SERVICE_ROLE_KEY_VAL"
|
||||
echo "::set-output name=jwt_secret::$JWT_SECRET_VAL"
|
||||
echo "db_url=$DB_URL_VAL" >> $GITHUB_OUTPUT
|
||||
echo "supabase_url=$SUPABASE_URL_VAL" >> $GITHUB_OUTPUT
|
||||
echo "supabase_anon_key=$SUPABASE_ANON_KEY_VAL" >> $GITHUB_OUTPUT
|
||||
echo "supabase_service_role_key=$SUPABASE_SERVICE_ROLE_KEY_VAL" >> $GITHUB_OUTPUT
|
||||
echo "jwt_secret=$JWT_SECRET_VAL" >> $GITHUB_OUTPUT
|
||||
|
||||
echo "Supabase started and configured."
|
||||
|
||||
|
|
Loading…
Reference in New Issue