Skip to content

Release: Scheduled #141

Release: Scheduled

Release: Scheduled #141

name: 'Release: Scheduled'
on:
schedule:
- cron: '0 0 * * 4' # Every Thursday 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' }}