Skip to content

Commit 7f24857

Browse files
Dmitri Palrvolosatovs
authored andcommitted
chore: add shared workflow for processing nix flake files
Signed-off-by: Dmitri Pal <[email protected]>
1 parent 8675b55 commit 7f24857

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/nix-update.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Update Nix flake
2+
3+
on:
4+
schedule:
5+
- cron: "0 0 * * *"
6+
workflow_dispatch:
7+
8+
jobs:
9+
nix-update:
10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
uses: enarx/.github/.github/workflows/nix-update.yml@main

0 commit comments

Comments
 (0)