Skip to content

Commit a36450c

Browse files
authored
Merge pull request #532 from stack-of-tasks/update_flake_lock_action
flake.lock: Update
2 parents 490f227 + b4ad1b8 commit a36450c

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
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-labels: "no changelog"
20+
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}

flake.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)