Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit fe23ecd

Browse files
authored
Update update.yml
1 parent 897b8be commit fe23ecd

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1 @@
1-
---
2-
name: Update flakes
3-
on:
4-
repository_dispatch:
5-
workflow_dispatch:
6-
schedule:
7-
- cron: "0 0 * * *"
8-
jobs:
9-
createPullRequest:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/checkout@v4
13-
- name: Install Nix
14-
uses: cachix/install-nix-action@v30
15-
with:
16-
extra_nix_config: |
17-
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
18-
- name: Update flake.lock
19-
uses: DeterminateSystems/update-flake-lock@v24
20-
with:
21-
pr-labels: |
22-
merge-queue
1+

0 commit comments

Comments
 (0)