From 61d7f3918b71bb64e5eafd9e527759a9a046df62 Mon Sep 17 00:00:00 2001 From: Vladimir Jimenez Date: Wed, 13 Dec 2023 00:26:11 -0800 Subject: [PATCH] Uhm, don't publish GHA private key... --- .github/workflows/provider-map-jobs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/provider-map-jobs.yml b/.github/workflows/provider-map-jobs.yml index 8a3c6d9e..10288283 100644 --- a/.github/workflows/provider-map-jobs.yml +++ b/.github/workflows/provider-map-jobs.yml @@ -1,5 +1,6 @@ name: Provider Map Jobs on: + # TODO: Remove this once behavior has been finalized push: branches: - vlad/provider-map-gha @@ -82,9 +83,13 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: - commit-message: Auto-update provider data from warehouse title: Provider Map Data Auto Update body: | It's that time again! The warehouse has delivered new data for us to use. This is an automatic pull request created by the `provider-map-jobs.yml` workflow. It is triggered by a cron job that runs every Sunday at midnight UTC. + commit-message: Auto-update provider data from warehouse + add-paths: | + src/metadata/providers/providers.csv + src/metadata/providers/counties.geojson + base: main