mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
github: remove old flakehub workflow
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
This commit is contained in:
parent
532be85d91
commit
5d1a38649d
20
.github/workflows/flakehub.yml
vendored
20
.github/workflows/flakehub.yml
vendored
|
@ -1,20 +0,0 @@
|
||||||
name: "flakehub"
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
jobs:
|
|
||||||
flakehub-publish:
|
|
||||||
runs-on: "ubuntu-latest"
|
|
||||||
permissions:
|
|
||||||
id-token: "write"
|
|
||||||
contents: "read"
|
|
||||||
steps:
|
|
||||||
- uses: "actions/checkout@main"
|
|
||||||
- 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