diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 1a60544..c41ab05 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: 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/ - 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 release-plz-pr: diff --git a/README.md b/README.md new file mode 100644 index 0000000..a3bba55 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Crete + +A tool that takes node and cluster configs and uses it to generate talos configs +and render jinja templates.