rm flakehub workflow
This commit is contained in:
parent
0f4f663272
commit
3b032c1b62
2 changed files with 2 additions and 22 deletions
4
.github/workflows/build-and-cache.yml
vendored
4
.github/workflows/build-and-cache.yml
vendored
|
@ -14,8 +14,6 @@ jobs:
|
|||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
logger: pretty
|
||||
|
@ -34,4 +32,6 @@ jobs:
|
|||
cache: ${{ vars.ATTIC_CACHE }}
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: nix build '${{ matrix.package }}'
|
||||
|
|
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 main to FlakeHub"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
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: "cything/infra"
|
||||
rolling: true
|
||||
visibility: "public"
|
||||
include-output-paths: true
|
Loading…
Add table
Reference in a new issue