Skip to content

Creates Batch Release for go_router #3

Creates Batch Release for go_router

Creates Batch Release for go_router #3

name: "Creates Batch Release for go_router"
on:
schedule:
# Run every Monday at 8:00 AM
- cron: "0 8 * * 1"
jobs:
dispatch_release_pr:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v4
with:
token: "${{ secrets.GITHUB_TOKEN }}"
event-type: batch_release_pr
client-payload: '{"package": "go_router"}'