build(ci): combine PRs fix
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 1 Sep 2023 09:36:54 +0000 (11:36 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 1 Sep 2023 09:36:54 +0000 (11:36 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/combine-prs.yml

index 66f0c43a93413a9107ac314b9589ccadec57b3a6..cdb164471363921b9ef887af80913138d53c08e8 100644 (file)
@@ -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 }}