Skip to content

Commit ce28439

Browse files
committed
ci: configure flakeHub publishing workflow for main branch
1 parent 90d96e5 commit ce28439

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
with:
19+
name: "nixcafe/develop-templates"
20+
rolling: true
21+
visibility: "public"
22+
include-output-paths: true

0 commit comments

Comments
 (0)