From 4d827541dfba4ff0684256f6ad2f489175edc343 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 18 Jan 2024 10:03:42 -0500 Subject: [PATCH] progress --- .../workflows/update-kicad6-library-reference.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/update-kicad6-library-reference.yaml diff --git a/.github/workflows/update-kicad6-library-reference.yaml b/.github/workflows/update-kicad6-library-reference.yaml new file mode 100644 index 0000000..9fce8d1 --- /dev/null +++ b/.github/workflows/update-kicad6-library-reference.yaml @@ -0,0 +1,12 @@ +name: Update kicad6-library Reference + +on: + schedule: + - cron: '4 15 * * *' # update reference daily at 4:15 pm + workflow_dispatch: + +jobs: + call-workflow-passing-data: + uses: rusefi/kicad6-libraries/.github/workflows/custom-board-update-kicad6-library-reference.yaml@main + permissions: + contents: write