Create flakehub-publish-rolling.yml
This commit is contained in:
parent
a54fca9abb
commit
f49b1064a5
|
@ -0,0 +1,20 @@
|
|||
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@v4"
|
||||
- uses: "DeterminateSystems/nix-installer-action@main"
|
||||
- uses: "DeterminateSystems/flakehub-push@main"
|
||||
with:
|
||||
name: "georgyo/ifconfig.io"
|
||||
rolling: true
|
||||
visibility: "Public"
|
||||
include-output-paths: true
|
Loading…
Reference in New Issue