mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
ci: push to FlakeHub
This commit is contained in:
parent
b959921c0c
commit
8e2cdf4c7e
19
.github/workflows/flakehub-push.yml
vendored
Normal file
19
.github/workflows/flakehub-push.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
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@v3"
|
||||
- uses: "DeterminateSystems/nix-installer-action@main"
|
||||
- uses: "DeterminateSystems/flakehub-push@main"
|
||||
with:
|
||||
name: "foo-dogsquared/nixos-config"
|
||||
rolling: true
|
||||
visibility: "public"
|
Loading…
Reference in New Issue
Block a user