Compare commits
12
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8804a0e88
|
||
|
|
b51deddf51
|
||
|
|
66b5153998
|
||
|
|
9dba30c83b
|
||
|
|
df87e9a19d
|
||
|
|
1273da946a
|
||
|
|
1484c5823b
|
||
|
|
a9e6a79220
|
||
|
|
92131ad486
|
||
|
|
8e7d0d3a5e
|
||
|
|
dfeb55375e
|
||
|
|
9d122cf07b
|
@@ -13,11 +13,7 @@ jobs:
|
||||
contents: write
|
||||
pull-requests: read
|
||||
steps:
|
||||
- &checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
- uses: actions/checkout@v6
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- uses: taiki-e/install-action@v2
|
||||
@@ -43,11 +39,11 @@ jobs:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- *checkout
|
||||
- uses: actions/checkout@v6
|
||||
- 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
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
# 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-2026-03-12"
|
||||
channel = "nightly"
|
||||
profile = "default"
|
||||
components = ["rust-analyzer"]
|
||||
|
||||
Reference in New Issue
Block a user