Skip to content

Commit

Permalink
.github/workflows/flakestry-publish: init
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Feb 26, 2024
1 parent 1ef3abd commit 9d402e1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/flakestry-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Publish a flake to flakestry"
on:
push:
branches:
- main
jobs:
publish-flake:
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
steps:
- uses: flakestry/flakestry-publish@main
with:
version: "main"

0 comments on commit 9d402e1

Please sign in to comment.