Skip to content

Commit 5d42f4a

Browse files
authored
fix: run update-flake with PAT to allow workflow runs (coder#14067)
See the comment in the code.
1 parent c339099 commit 5d42f4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ jobs:
129129
uses: actions/checkout@v4
130130
with:
131131
fetch-depth: 1
132+
# See: https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#commits-made-by-this-action-do-not-trigger-new-workflow-runs
133+
token: ${{ secrets.GITHUB_TOKEN }}
132134

133135
- name: Setup Go
134136
uses: ./.github/actions/setup-go

0 commit comments

Comments
 (0)