Skip to content

Commit

Permalink
Merge pull request #45 from pop-os/flakehub_nobuild
Browse files Browse the repository at this point in the history
Add FlakeHub file
  • Loading branch information
jackpot51 authored Nov 14, 2023
2 parents 67b3d8f + efbf587 commit 8bfc93c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/flakehub-publish-rolling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Publish every Git push to master_jammy to FlakeHub"
on:
push:
branches:
- "master_jammy"
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: "pop-os/cosmic-edit"
rolling: true
visibility: "public"

0 comments on commit 8bfc93c

Please sign in to comment.