Create flakehub-publish-rolling.yml

This commit is contained in:
George Shammas 2024-12-29 10:23:47 -05:00 committed by GitHub
parent a54fca9abb
commit f49b1064a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 0 deletions

View File

@ -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