Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5d42f4a

Browse files
authored
fix: run update-flake with PAT to allow workflow runs (#14067)
See the comment in the code.
1 parentc339099 commit5d42f4a

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)

[8]ページ先頭

©2009-2025 Movatter.jp