We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d96e5 commit ce28439Copy full SHA for ce28439
1 file changed
.github/workflows/flakehub-publish-rolling.yml
@@ -0,0 +1,22 @@
1
+name: "Publish every Git push to main to FlakeHub"
2
+on:
3
+ push:
4
+ branches:
5
+ - "main"
6
+jobs:
7
+ flakehub-publish:
8
+ runs-on: "ubuntu-latest"
9
+ permissions:
10
+ id-token: "write"
11
+ contents: "read"
12
+ steps:
13
+ - uses: "actions/checkout@v4"
14
+ - uses: "DeterminateSystems/nix-installer-action@main"
15
+ with:
16
+ determinate: true
17
+ - uses: "DeterminateSystems/flakehub-push@main"
18
19
+ name: "nixcafe/develop-templates"
20
+ rolling: true
21
+ visibility: "public"
22
+ include-output-paths: true
0 commit comments