Skip to content

Commit

Permalink
Create flakehub-publish-rolling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgyo authored Dec 29, 2024
1 parent a54fca9 commit f49b106
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/flakehub-publish-rolling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Publish every Git push to master to FlakeHub"
on:
push:
branches:
- "master"
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: "georgyo/ifconfig.io"
rolling: true
visibility: "Public"
include-output-paths: true

0 comments on commit f49b106

Please sign in to comment.