aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/update-flake.yml
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2023-07-04 18:49:17 -0400
committerseth <getchoo@tuta.io>2023-07-04 18:49:22 -0400
commit24b9ed106f3c217271468de565ff6706fd832ea5 (patch)
tree2eda16684409ce413eb2845b46aa917c50d0862f /.github/workflows/update-flake.yml
parent7c8a010378a6b49e80861936106a497f4fa0ad96 (diff)
downloadPrismLauncher-24b9ed106f3c217271468de565ff6706fd832ea5.tar.gz
PrismLauncher-24b9ed106f3c217271468de565ff6706fd832ea5.tar.bz2
PrismLauncher-24b9ed106f3c217271468de565ff6706fd832ea5.zip
feat(actions): add update-flake-lock
Signed-off-by: seth <getchoo@tuta.io>
Diffstat (limited to '.github/workflows/update-flake.yml')
-rw-r--r--.github/workflows/update-flake.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml
new file mode 100644
index 00000000..c790c9c6
--- /dev/null
+++ b/.github/workflows/update-flake.yml
@@ -0,0 +1,26 @@
+name: Update Flake Lockfile
+
+on:
+ schedule:
+ # run weekly on sunday
+ - cron: "0 0 * * 0"
+ workflow_dispatch:
+
+permissions:
+ pull-requests: write
+
+jobs:
+ update-flake:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v3
+ - uses: cachix/install-nix-action@v22
+
+ - uses: DeterminateSystems/update-flake-lock@v19
+ with:
+ commit-msg: "chore(nix): update lockfile"
+ pr-title: "chore(nix): update lockfile"
+ pr-labels: |
+ Linux
+ simple change