From 2bf0097dc183a147c0af66fa26b654210a20d600 Mon Sep 17 00:00:00 2001 From: Auke Piersma <162573135+aukepiersma@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:42:15 +0200 Subject: [PATCH] Create mirror.yml --- .github/workflows/mirror.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/mirror.yml diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml new file mode 100644 index 0000000..ae07bb5 --- /dev/null +++ b/.github/workflows/mirror.yml @@ -0,0 +1,25 @@ +name: Mirror + +on: + schedule: + - cron: '0 10 * * *' + workflow_dispatch: + +jobs: + mirror: + runs-on: ubuntu-latest + + permissions: + contents: write + + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Mirror + uses: codewurker/gravityforms-plugin-mirror-action@main + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + license-key: ${{ secrets.GF_LICENSE_KEY }} + plugin-basename: gravityformsturnstile/turnstile.php