From c7f32087e98e0b6ea547272b386e9f085721446e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 22 Oct 2024 11:03:22 +0200 Subject: [PATCH] build(ci): switch to workflow token 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- 2.34.1