From c6564df404cc12de8f8507d918e4d55c8788637f Mon Sep 17 00:00:00 2001 From: Kristian Aune Date: Wed, 11 Dec 2024 20:59:30 +0100 Subject: [PATCH] cleanup --- .github/workflows/feed.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/feed.yml b/.github/workflows/feed.yml index 7dc495b6e..5b6713e82 100644 --- a/.github/workflows/feed.yml +++ b/.github/workflows/feed.yml @@ -51,23 +51,15 @@ jobs: # See https://docs.vespa.ai/en/vespa-cli.html. # The environment variables below have credentials for endpoint access - # use the key/cert files in .vespa and paste their content into GitHub Secrets. - # VESPA_CLI_API_KEY must be set and empty as below. export VESPA_CLI_DATA_PLANE_CERT export VESPA_CLI_DATA_PLANE_KEY - # export VESPA_CLI_API_KEY= ./feed_to_vespa.py _config.yml - name: Feed paragraphs site run: | - export VESPA_CLI_DATA_PLANE_CERT - export VESPA_CLI_DATA_PLANE_KEY - export VESPA_CLI_API_KEY= ./feed-split.py vespaapps_index.json https://github.com/vespa-engine/sample-apps/tree/master questions.jsonl ./feed_to_vespa.py _paragraphs_config.yml - name: Feed suggestions run: | - export VESPA_CLI_DATA_PLANE_CERT - export VESPA_CLI_DATA_PLANE_KEY - export VESPA_CLI_API_KEY= ./feed_to_vespa.py _suggestions_config.yml