Skip to content

Commit

Permalink
disable flakehub gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
loganlinn committed Oct 9, 2024
1 parent 6c6b650 commit 5e679e7
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/flakehub-publish-rolling.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
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: "loganlinn/dotfiles"
rolling: true
visibility: "public"
include-output-paths: true
# 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: "loganlinn/dotfiles"
# rolling: true
# visibility: "public"
# include-output-paths: true

0 comments on commit 5e679e7

Please sign in to comment.