fix: run update-flake with PAT to allow workflow runs (#14067)

See the comment in the code.
This commit is contained in:
Kyle Carberry
2024-07-31 11:43:43 -04:00
committed by GitHub
parent c3390993dd
commit 5d42f4aa7b
+2
View File
@@ -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