mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
github: add flakehub workflow
This commit is contained in:
parent
5b1fbb5030
commit
ec6db50220
2
.github/workflows/flake-update-inputs.yml
vendored
2
.github/workflows/flake-update-inputs.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: "update-flake-inputs"
|
name: "inputs"
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 0"
|
- cron: "0 0 * * 0"
|
||||||
|
|
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: "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: "alyraffauf/nixcfg"
|
||||||
|
rolling: true
|
||||||
|
visibility: "public"
|
||||||
|
include-output-paths: true
|
Loading…
Reference in a new issue