Create flakehub-publish-rolling.yml
This commit is contained in:
parent
87437e3553
commit
cb44375897
1 changed files with 20 additions and 0 deletions
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 every Git push to main to FlakeHub"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
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: "cything/infra"
|
||||
rolling: true
|
||||
visibility: "Public"
|
||||
include-output-paths: true
|
Loading…
Add table
Reference in a new issue