Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Repository maintenance #262

Repository maintenance

Repository maintenance #262

Workflow file for this run

name: Repository maintenance
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
maintenance:
uses: ObsidianPublisher/actions/.github/workflows/maintenance.yml@main
with:
CLEAN: true
DRY_RUN: false
secrets:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}