Skip to content

add clone workflow

add clone workflow #1

Workflow file for this run

name: Clone Release
on:
# kick off the job on demand
workflow_dispatch:
# and run on a schedule every 12 hours
schedule:
- cron: "* */12 * * *"
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run Release Clone
uses: andrewthetechie/gha-clone-releases@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
src_repo: Huddle01/shinigami