diff --git a/.github/workflows/sync_databases.yml b/.github/workflows/sync_databases.yml index 0db6f3540..f37610acc 100644 --- a/.github/workflows/sync_databases.yml +++ b/.github/workflows/sync_databases.yml @@ -26,7 +26,7 @@ jobs: archive_name="backup.tar.gz" # Install additional tools to interact with the database: - scalingo --app "${DUPLICATE_SOURCE_APP}" -preprod run dbclient-fetcher "${DUPLICATE_ADDON_KIND}" + scalingo --app "${DUPLICATE_SOURCE_APP}" run dbclient-fetcher "${DUPLICATE_ADDON_KIND}" # Login to Scalingo, using the token stored in `DUPLICATE_API_TOKEN`: scalingo login --api-token "${DUPLICATE_API_TOKEN}"