From fb53bf837ba23e092dab5e08a9d7138316e2569a Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Mon, 20 Jan 2025 16:03:37 +0000 Subject: [PATCH] chore(template): sync with hutchic-org/template-docker --- .github/workflows/sync.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/sync.yml diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml new file mode 100644 index 0000000..30c2f0c --- /dev/null +++ b/.github/workflows/sync.yml @@ -0,0 +1,21 @@ +--- +name: Sync the template repository + +on: # yamllint disable-line rule:truthy + pull_request: + push: + branches: main + +jobs: + sync: + runs-on: ubuntu-latest + + steps: + - name: Queue + uses: ahmadnassri/action-workflow-queue@v1.2 + - name: Checkout + uses: actions/checkout@v4.2.2 + - name: Sync + uses: ahmadnassri/action-template-repository-sync@v2.6.5 + with: + github-token: ${{ secrets.GH_TOKEN }}