diff --git a/.github/workflows/azure-static-web-apps-wonderful-stone-06c70c70f.yml b/.github/workflows/azure-static-web-apps-wonderful-stone-06c70c70f.yml index 545b9074..106c89bf 100644 --- a/.github/workflows/azure-static-web-apps-wonderful-stone-06c70c70f.yml +++ b/.github/workflows/azure-static-web-apps-wonderful-stone-06c70c70f.yml @@ -51,15 +51,15 @@ jobs: id: builddeploy-test uses: Azure/static-web-apps-deploy@v1 with: - azure_static_web_apps_api_token: - ${{ secrets.AZURE_STATIC_WEB_APPS_API_WONDERFUL_STONE_06c70c70f }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_WONDERFUL_STONE_06C70C70F }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) - skip_deploy_on_missing_secrets: true action: "upload" skip_app_build: true app_location: "build" api_location: "api" output_location: "build" + env: + SKIP_DEPLOY_ON_MISSING_SECRETS: true close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed' diff --git a/src/pages/Explore/utils/constants.ts b/src/pages/Explore/utils/constants.ts index fd84a43b..77bbe93f 100644 --- a/src/pages/Explore/utils/constants.ts +++ b/src/pages/Explore/utils/constants.ts @@ -1,5 +1,5 @@ export const SIDEBAR_WIDTH = 430; -export const DEFAULT_QUERY_LIMIT = 50; +export const DEFAULT_QUERY_LIMIT = 80; export const DEFAULT_MIN_ZOOM = 10; export const DEFAULT_MAP_STYLE = "grayscale_light"; export const MAX_ZOOM_FOR_COLLECTION_OUTLINE = 6;