Skip to content

Release: Scheduled

Release: Scheduled #13

name: 'Release: Scheduled'
on:
schedule:
- cron: '0 0 * * 6' # Every Saturday 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:
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
IS_DEBOUNCED: ${{ github.event_name != 'workflow_dispatch' }}