Skip to content

Commit

Permalink
Uhm, don't publish GHA private key...
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Dec 13, 2023
1 parent 319be5d commit 61d7f39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/provider-map-jobs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Provider Map Jobs
on:
# TODO: Remove this once behavior has been finalized
push:
branches:
- vlad/provider-map-gha
Expand Down Expand Up @@ -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

0 comments on commit 61d7f39

Please sign in to comment.