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

Commit607edeb

Browse files
committed
fix: run update-flake with PAT to allow workflow runs
See the comment in the code.
1 parentc339099 commit607edeb

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)

[8]ページ先頭

©2009-2025 Movatter.jp