Skip to content

Commit

Permalink
chore: add shared workflow for processing nix flake files
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitri Pal <[email protected]>
  • Loading branch information
Dmitri Pal authored and rvolosatovs committed Dec 22, 2022
1 parent 8675b55 commit 7f24857
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/nix-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Update Nix flake

on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
nix-update:
permissions:
contents: write
pull-requests: write
uses: enarx/.github/.github/workflows/nix-update.yml@main

0 comments on commit 7f24857

Please sign in to comment.