Skip to content

Commit

Permalink
Create mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aukepiersma authored Apr 22, 2024
0 parents commit 11f8393
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -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: gravityformsicontact/icontact.php

0 comments on commit 11f8393

Please sign in to comment.