From 2216dbd206f9c762c5d6e356a9ba43e760d371c4 Mon Sep 17 00:00:00 2001 From: "michelle@shelltr.me" Date: Tue, 20 Jan 2026 20:31:50 -0800 Subject: [PATCH] Start identifying using server source --- .github/workflows/data_scrape.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/data_scrape.yml b/.github/workflows/data_scrape.yml index 573d764..c9c63c2 100644 --- a/.github/workflows/data_scrape.yml +++ b/.github/workflows/data_scrape.yml @@ -62,6 +62,8 @@ jobs: API_CIVICPATCH_ORG_TOKEN: ${{ secrets.API_CIVICPATCH_ORG_TOKEN }} API_CIVICPATCH_ORG_URL: https://api.civicpatch.org + + CIVICPATCH_SERVER_SOURCE: ${{ secrets.CIVICPATCH_SERVER_SOURCE }} # Only added because this can get invoked via API run: | docker compose run --rm civicpatch-cicd poetry run \ python src/interfaces/cli/main.py \ @@ -69,4 +71,4 @@ jobs: --jurisdiction-ocdid "${{ github.event.inputs.jurisdiction_ocdid }}" \ --name "${{ github.event.inputs.name }}" \ --url "${{ github.event.inputs.url }}" \ - --request-id "{{ github.event.request_id }}" + --request-id "${{ github.event.request_id }}"