Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

e18e Migrations

e18e Migrations #3

name: e18e Migrations
on:
schedule:
- cron: '0 9 * * 1' # Every Monday at 9am UTC
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
migrations:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run e18e migrations
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}