mirror of https://github.com/tiangolo/fastapi.git
🔧 Update FastAPI People GitHub Action config, run monthly (#2199)
This commit is contained in:
parent
00104c9259
commit
47fcacd4d6
|
|
@ -2,7 +2,7 @@ name: FastAPI People
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "30 * * * *"
|
- cron: "0 14 1 * *"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -12,4 +12,4 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: ./.github/actions/people
|
- uses: ./.github/actions/people
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.ACTIONS_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue