Skip to content

Commit

Permalink
Create flakehub-publish-rolling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Aug 22, 2023
1 parent dbfcb92 commit e911d82
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/flakehub-publish-rolling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- "main"
jobs:
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:
visibility: "public"
rolling: true

0 comments on commit e911d82

Please sign in to comment.