Browse Source
🔧 Update FastAPI People GitHub Action config, run monthly (#2199)
pull/2200/head
Sebastián Ramírez
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/people.yml
|
|
@ -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 }} |
|
|
|