🔧 Update FastAPI People GitHub Action config, run monthly (#2199)

This commit is contained in:
Sebastián Ramírez 2020-10-18 22:04:32 +02:00 committed by GitHub
parent 00104c9259
commit 47fcacd4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}