From 97e79d3d9339995f65f34239a4687f9a5a6575d3 Mon Sep 17 00:00:00 2001 From: Guillaume Chervet Date: Sun, 8 Sep 2024 20:58:25 +0200 Subject: [PATCH] fix(ci): GITHUB_TOKEN cannot force push --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 96daf823..b389c0c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -362,7 +362,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GIT_TOKEN }} fetch-depth: 0 - name: Commit and push if: github.ref == 'refs/heads/main'