diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 916720baebcb5..5fb37ad12db48 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -129,6 +129,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 1 + # See: https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#commits-made-by-this-action-do-not-trigger-new-workflow-runs + token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Go uses: ./.github/actions/setup-go