From: Sebastián Ramírez Date: Sun, 18 Oct 2020 20:04:32 +0000 (+0200) Subject: 🔧 Update FastAPI People GitHub Action config, run monthly (#2199) X-Git-Tag: 0.61.2~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47fcacd4d6d7846ae4e5cd78da286d6cf74f7357;p=thirdparty%2Ffastapi%2Ffastapi.git 🔧 Update FastAPI People GitHub Action config, run monthly (#2199) --- diff --git a/.github/workflows/people.yml b/.github/workflows/people.yml index 7ec6365932..bf253e3698 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 }}