From 941c920f585b18e378e6fdc87d099695d7d66af2 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Wed, 31 Jul 2024 15:42:19 +0000 Subject: [PATCH] fix: run update-flake with PAT to allow workflow runs See the comment in the code. --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) 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