From 3e2e209e98b74460a337ba63d68471c2727c9787 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 1 Sep 2023 11:36:54 +0200 Subject: [PATCH] build(ci): combine PRs fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/combine-prs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index 66f0c43a..cdb16447 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -2,7 +2,7 @@ name: Combine PRs on: schedule: - - cron: '0 0 * * *' + - cron: '*/5 * * * *' workflow_dispatch: permissions: @@ -19,4 +19,4 @@ jobs: id: combine-prs uses: github/combine-prs@v3.1.2 with: - github_token: ${{ secrets.GH_TOKEN_PROTECTED }} + github_token: ${{ secrets.SECRET_TOKEN }} -- 2.34.1