Skip to content

Commit a0ce193

Browse files
committed
ci: fix action trigerrer
1 parent 5788183 commit a0ce193

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-flake-lock.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: update-flake-lock
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 1 3 * *'
6+
- cron: '0 15 3 * *'
77

88
jobs:
99
lockfile:
@@ -15,3 +15,6 @@ jobs:
1515
uses: DeterminateSystems/nix-installer-action@main
1616
- name: Update flake.lock
1717
uses: DeterminateSystems/update-flake-lock@main
18+
with:
19+
pr-title: "Update flake.lock"
20+
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}

0 commit comments

Comments
 (0)