mirror of
https://github.com/georgyo/ifconfig.io.git
synced 2025-10-15 00:24:51 +00:00
remove flakehub
This commit is contained in:
20
.github/workflows/flakehub-publish-rolling.yml
vendored
20
.github/workflows/flakehub-publish-rolling.yml
vendored
@@ -1,20 +0,0 @@
|
|||||||
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
|
|
Reference in New Issue
Block a user