Add FlakeHub publish Action
This commit is contained in:
parent
35bb57c0c8
commit
92556b8539
20
.github/workflows/flakehub-publish-rolling.yml
vendored
Normal file
20
.github/workflows/flakehub-publish-rolling.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
name: "Publish to FlakeHub"
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "master"
|
||||||
|
jobs:
|
||||||
|
flakehub-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:
|
||||||
|
name: "edolstra/flake-compat"
|
||||||
|
rolling: true
|
||||||
|
visibility: "public"
|
||||||
|
|
Loading…
Reference in a new issue