Skip to content

Commit 607edeb

Browse files
committed
fix: run update-flake with PAT to allow workflow runs
See the comment in the code.
1 parent c339099 commit 607edeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- dependabot/**
78

89
pull_request:
910
workflow_dispatch:
@@ -129,6 +130,8 @@ jobs:
129130
uses: actions/checkout@v4
130131
with:
131132
fetch-depth: 1
133+
# See: https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#commits-made-by-this-action-do-not-trigger-new-workflow-runs
134+
token: ${{ secrets.GITHUB_TOKEN }}
132135

133136
- name: Setup Go
134137
uses: ./.github/actions/setup-go

0 commit comments

Comments
 (0)