mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
ci/flakestry: automatically publish flake on Flakestry
This commit is contained in:
parent
05fcc7ebe1
commit
06d97a1b44
1 changed files with 16 additions and 0 deletions
16
.github/workflows/flakestry-publish-rolling.yml
vendored
Normal file
16
.github/workflows/flakestry-publish-rolling.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: "Publish every Git push to main 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: "${{ github.ref_name }}"
|
Loading…
Add table
Add a link
Reference in a new issue