From 47fcacd4d6d7846ae4e5cd78da286d6cf74f7357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 18 Oct 2020 22:04:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20FastAPI=20People=20GitH?= =?UTF-8?q?ub=20Action=20config,=20run=20monthly=20(#2199)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/people.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/people.yml b/.github/workflows/people.yml index 7ec636593..bf253e369 100644 --- a/.github/workflows/people.yml +++ b/.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 }}