Skip to content

Release: Scheduled

Release: Scheduled #37

name: "Release: Scheduled"
on:
schedule:
- cron: "0 0 * * 5" # Every Friday at 00:00 AM UTC on the default branch
workflow_dispatch:
jobs:
release-schedule:
name: "Release: Scheduled"
uses: dargmuesli/github-actions/.github/workflows/[email protected]
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
IS_DEBOUNCED: ${{ github.event_name != 'workflow_dispatch' }}