]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Update FastAPI People GitHub Action config, run monthly (#2199)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 18 Oct 2020 20:04:32 +0000 (22:04 +0200)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 20:04:32 +0000 (22:04 +0200)
.github/workflows/people.yml

index 7ec6365932727473b3ec256abc424b4c40392982..bf253e3698c967dbf1bcda01f6082fbf9045f513 100644 (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 }}