summaryrefslogtreecommitdiff
path: root/.github/workflows/update-checksums.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/update-checksums.yml')
-rw-r--r--.github/workflows/update-checksums.yml33
1 files changed, 0 insertions, 33 deletions
diff --git a/.github/workflows/update-checksums.yml b/.github/workflows/update-checksums.yml
deleted file mode 100644
index 7a5b9a3..0000000
--- a/.github/workflows/update-checksums.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-name: Update mod checksums
-
-on:
- push:
- paths:
- # only run when mod files are changed
- - mods/**
- workflow_dispatch:
- workflow_run:
- workflows: ["Update mods"]
- types:
- - completed
-
-permissions:
- contents: write
-
-jobs:
- build-modpack:
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v3
- - uses: cachix/install-nix-action@v20
-
- - name: generate new checksums
- run: |
- nix run --impure .#generate-checksums
-
- - name: commit changes
- uses: EndBug/add-and-commit@v9
- with:
- default_author: github_actions
- message: "chore(flake): update mod checksums"