mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 10:36:39 +00:00
15 lines
280 B
YAML
15 lines
280 B
YAML
name: FastAPI People
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 14 1 * *"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
fastapi-people:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: ./.github/actions/people
|
|
with:
|
|
token: ${{ secrets.ACTIONS_TOKEN }}
|