From: Jérôme Benoit Date: Tue, 22 Oct 2024 09:07:54 +0000 (+0200) Subject: build(ci): switch to workflow token X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ecb01bf1c1d631d2f0920c870097c7f17df6118a;p=e-mobility-charging-stations-simulator.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 e44b211b..8f555797 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -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 }}