Compare commits
11
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77b7bbbdee
|
||
|
|
09e3bbb1f7
|
||
|
|
9eca72cfe0
|
||
|
|
2b66fdfdcb
|
||
|
|
30c3cb16a2
|
||
|
|
ebca3f5783
|
||
|
|
defac13d7b
|
||
|
|
3c7a29261d
|
||
|
|
7a83a8a4be
|
||
|
|
a7578a6b16
|
||
|
|
e4d39de2f0
|
@@ -13,7 +13,11 @@ jobs:
|
||||
contents: write
|
||||
pull-requests: read
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- &checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- uses: taiki-e/install-action@v2
|
||||
@@ -39,11 +43,11 @@ jobs:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- *checkout
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- uses: taiki-e/install-action@v2
|
||||
with:
|
||||
tool: release-plz
|
||||
- <<: *git-setup
|
||||
- *git-setup
|
||||
- run: release-plz release-pr --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
# Crete
|
||||
|
||||
A tool that takes node and cluster configs and uses it to generate talos configs
|
||||
and render jinja templates.
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
[toolchain]
|
||||
channel = "nightly"
|
||||
channel = "nightly-2026-03-12"
|
||||
profile = "default"
|
||||
components = ["rust-analyzer"]
|
||||
|
||||
Reference in New Issue
Block a user