From: Jérôme Benoit Date: Thu, 13 Jul 2023 17:58:31 +0000 (+0200) Subject: build(ci): fix push to protected branch X-Git-Tag: v1.2.18~39 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a43b0b4786196687d535dc0ef6412a04b5ffbaff;p=e-mobility-charging-stations-simulator.git build(ci): fix push to protected branch Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/clone-count.yml b/.github/workflows/clone-count.yml index 8ae1af08..b7898a8f 100644 --- a/.github/workflows/clone-count.yml +++ b/.github/workflows/clone-count.yml @@ -85,6 +85,6 @@ jobs: fi - name: Push - uses: ad-m/github-push-action@master + uses: CasperWA/push-protected@v2 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.SECRET_TOKEN }}