summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorCrash Over Burn2026-03-04 15:38:30 +0000
committerGitHub2026-03-04 15:38:30 +0000
commit26fef65e28c3f085d33a5d222aa1dbac245ec435 (patch)
treeace0c972d63b77ee40c2877b28cfd0eac7b03d34 /.github/workflows
parentf9cce32f7c2970c8036fbb5eac9d3d055ab47965 (diff)
downloadnixtaml-26fef65e28c3f085d33a5d222aa1dbac245ec435.tar
nixtaml-26fef65e28c3f085d33a5d222aa1dbac245ec435.tar.gz
nixtaml-26fef65e28c3f085d33a5d222aa1dbac245ec435.tar.bz2
nixtaml-26fef65e28c3f085d33a5d222aa1dbac245ec435.tar.lz
nixtaml-26fef65e28c3f085d33a5d222aa1dbac245ec435.tar.xz
nixtaml-26fef65e28c3f085d33a5d222aa1dbac245ec435.tar.zst
nixtaml-26fef65e28c3f085d33a5d222aa1dbac245ec435.zip
Create flakehub yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/flakehub-publish-rolling.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/workflows/flakehub-publish-rolling.yml b/.github/workflows/flakehub-publish-rolling.yml
new file mode 100644
index 0000000..0dd1b8c
--- /dev/null
+++ b/.github/workflows/flakehub-publish-rolling.yml
@@ -0,0 +1,22 @@
+name: "Publish every Git push to master to FlakeHub"
+on:
+ push:
+ branches:
+ - "master"
+jobs:
+ flakehub-publish:
+ runs-on: "ubuntu-latest"
+ permissions:
+ id-token: "write"
+ contents: "read"
+ steps:
+ - uses: "actions/checkout@v6"
+ with:
+ persist-credentials: false
+ - uses: "DeterminateSystems/determinate-nix-action@v3"
+ - uses: "DeterminateSystems/flakehub-push@main"
+ with:
+ name: "crash-over-burn/nixtamal"
+ rolling: true
+ visibility: "public"
+ include-output-paths: true