build(ci): switch to workflow token
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 22 Oct 2024 09:07:54 +0000 (11:07 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 22 Oct 2024 09:07:54 +0000 (11:07 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/combine-prs.yml

index e44b211b5cfaf4ac3631bc529f9b960a04b2eb60..8f55579771185c3bbed17aeeef0e0651af8c08b8 100644 (file)
@@ -19,4 +19,4 @@ jobs:
         id: combine-prs
         uses: github/combine-prs@v5.2.0
         with:
-          github_token: ${{ secrets.SECRET_TOKEN }}
+          github_token: ${{ secrets.WORKFLOW_TOKEN }}