Skip to content

Commit 5395b5a

Browse files
committed
update-flake-lock: hrp2-14
1 parent 3501e59 commit 5395b5a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 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 12 7 * *'
6+
- cron: '0 13 11 * *'
77

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

.mergify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pull_request_rules:
77
- or:
88
- author = dependabot[bot]
99
- author = github-actions[bot]
10+
- author = hrp2-14
1011
- author = pre-commit-ci[bot]
1112
actions:
1213
merge:

0 commit comments

Comments
 (0)