Explorar el Código

ci: Create flakehub-publish-tagged.yml

¯\_(ツ)_/¯ I wanted to see what flakehub was about

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen hace 2 años
padre
commit
5d2247b95c
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. 16 0
      .github/workflows/flakehub-publish-tagged.yml

+ 16 - 0
.github/workflows/flakehub-publish-tagged.yml

@@ -0,0 +1,16 @@
+on:
+  push:
+    tags:
+      - "v*.*.*"
+jobs:
+  publish:
+    runs-on: "ubuntu-latest"
+    permissions:
+      id-token: "write"
+      contents: "read"
+    steps:
+      - uses: "actions/checkout@v3"
+      - uses: "DeterminateSystems/nix-installer-action@main"
+      - uses: "DeterminateSystems/flakehub-push@main"
+        with:
+          visibility: "public"