chore(docs): Added README
Release-plz / Release-plz Release (push) Successful in 3m47s
Release-plz / Release-plz PR (push) Successful in 2m56s

This commit is contained in:
2026-04-05 04:14:11 +02:00
parent 09e3bbb1f7
commit 041674ba37
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
git config user.email "release-plz@noreply.huizinga.dev" git config user.email "release-plz@noreply.huizinga.dev"
git config url.https://${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/ git config url.https://${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/
- env: - env:
CARGO_REGISTRIES_HUIZINGA_TOKEN: ${{ secrets.REGISTRY_TOKEN }} CARGO_REGISTRIES_HUIZINGA_TOKEN: "Bearer ${{ secrets.REGISTRY_TOKEN }}"
run: release-plz release --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea run: release-plz release --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea
release-plz-pr: release-plz-pr:
+4
View File
@@ -0,0 +1,4 @@
# Crete
A tool that takes node and cluster configs and uses it to generate talos configs
and render jinja templates.