Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Merge pull request #35 from tulilirockz/feat-flakehub
Browse files Browse the repository at this point in the history
feat: flakehub github action
  • Loading branch information
bketelsen authored Feb 20, 2024
2 parents 4b40def + fa09332 commit bfb0e6f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/flakehub-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

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@v3"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/flakehub-push@main"
with:
name: "ublue-os/bext"
rolling: true
visibility: "public"

0 comments on commit bfb0e6f

Please sign in to comment.