From 222666d6fd2221d0b1b068bbde9f9a001125ff3f Mon Sep 17 00:00:00 2001
From: LeoTN <37273909+LeoTN@users.noreply.github.com>
Date: Mon, 29 Dec 2025 13:26:38 +0100
Subject: [PATCH 1/2] workkflow + README patch
---
.github/workflows/release.yml | 3 +++
.github/workflows/update-beta-release.yml | 2 --
README.md | 2 +-
pyproject.toml | 2 +-
4 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 05dc6b1..7f07b58 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -160,6 +160,9 @@ jobs:
name: Cleanup old beta tags and releases
needs: build_and_publish
runs-on: ubuntu-latest
+ continue-on-error: true
+ permissions:
+ contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
diff --git a/.github/workflows/update-beta-release.yml b/.github/workflows/update-beta-release.yml
index a51ece8..8b82271 100644
--- a/.github/workflows/update-beta-release.yml
+++ b/.github/workflows/update-beta-release.yml
@@ -110,8 +110,6 @@ jobs:
start_ci_workflow:
name: Launch release workflow
needs: figure_out_release_version
- permissions:
- contents: write
uses: ./.github/workflows/release.yml
with:
version: "${{ needs.figure_out_release_version.outputs.beta_version }}"
diff --git a/README.md b/README.md
index d36ae80..24d2a77 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
This tool aims to **simplify** the use of the [step-ca](https://github.com/smallstep/certificates) command-line interface **step-cli**.
-
+
## 🚀 Getting Started
diff --git a/pyproject.toml b/pyproject.toml
index 211de1d..5e6375e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "step-cli-tools"
version = "0.0.0"
-description = "Step CLI Tools – Prebuilt tools for the smallstep step-cli"
+description = "Prebuilt tools for the smallstep step-cli"
readme = "README.md"
authors = ["LeoTN "]
license = "LICENSE"
From 6122cd75eca523844375c9bbe53a66b2efe38515 Mon Sep 17 00:00:00 2001
From: LeoTN <37273909+LeoTN@users.noreply.github.com>
Date: Mon, 29 Dec 2025 13:28:00 +0100
Subject: [PATCH 2/2] workflow patch
---
.github/workflows/update-beta-release.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/update-beta-release.yml b/.github/workflows/update-beta-release.yml
index 8b82271..a51ece8 100644
--- a/.github/workflows/update-beta-release.yml
+++ b/.github/workflows/update-beta-release.yml
@@ -110,6 +110,8 @@ jobs:
start_ci_workflow:
name: Launch release workflow
needs: figure_out_release_version
+ permissions:
+ contents: write
uses: ./.github/workflows/release.yml
with:
version: "${{ needs.figure_out_release_version.outputs.beta_version }}"