Skip to content

.github/workflows/update.yml #1

.github/workflows/update.yml

.github/workflows/update.yml #1

Workflow file for this run

name: Get latest release from template
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
update:
uses: ObsidianPublisher/actions/.github/workflows/update.yml@main
with:
AUTO_MERGE: false
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}