From: Jérôme Benoit Date: Tue, 22 Oct 2024 09:03:22 +0000 (+0200) Subject: build(ci): switch to workflow token X-Git-Tag: v4.4.0~7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c7f32087e98e0b6ea547272b386e9f085721446e;p=poolifier.git build(ci): switch to workflow token Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index d6ab2655..2f1142d6 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -20,4 +20,4 @@ jobs: id: combine-prs uses: github/combine-prs@v5.2.0 with: - github_token: ${{ secrets.GH_TOKEN_PROTECTED }} + github_token: ${{ secrets.WORKFLOW_TOKEN }}