Skip to content

enable asset copy

enable asset copy #3

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.REPO_ACCESS_TOKEN}}
src_repo: Huddle01/shinigami
copy_assets: true