Browse Source

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

pull/2200/head
Sebastián Ramírez 5 years ago
committed by GitHub
parent
commit
47fcacd4d6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/people.yml

4
.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 }}

Loading…
Cancel
Save