mirror of
https://github.com/fastapi/fastapi.git
synced 2026-02-24 02:38:13 -05:00
🔧 Update FastAPI People GitHub Action config, run monthly (#2199)
This commit is contained in:
committed by
GitHub
parent
00104c9259
commit
47fcacd4d6
4
.github/workflows/people.yml
vendored
4
.github/workflows/people.yml
vendored
@@ -2,7 +2,7 @@ name: FastAPI People
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 * * * *"
|
||||
- cron: "0 14 1 * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -12,4 +12,4 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/actions/people
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.ACTIONS_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user