diff --git a/.github/workflows/Preserve-commits.yml b/.github/workflows/Preserve-commits.yml index c8051a6aee1..3aa45583780 100644 --- a/.github/workflows/Preserve-commits.yml +++ b/.github/workflows/Preserve-commits.yml @@ -28,6 +28,8 @@ jobs: git add . git commit -m "Developper_commits" git remote set-url origin https://${{ github.actor }}:$GITHUB_TOEKN@github.com/${{ github.repository }} - + git push + env: + GITHUB_TOEKN: ${{ secrets.GIT_TOKEN }} - run: echo "🍏 This job's status is ${{ job.status }}."