Skip to content

.github/workflows/on_schedule_monthly_roadmap_reminder.yml #7

.github/workflows/on_schedule_monthly_roadmap_reminder.yml

.github/workflows/on_schedule_monthly_roadmap_reminder.yml #7

name: Monthly roadmap reminder
on:
workflow_dispatch: {}
# schedule:
# - cron: '0 0 1 * *'
permissions:
contents: read
pull-requests: read
issues: read
jobs:
call-workflow-passing-data:
uses: aws-powertools/actions/.github/workflows/monthly_roadmap_reminder.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}