From a46e860095a7f9340ec440bb650977e8500e4c46 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Wed, 7 May 2025 08:08:47 +0200 Subject: [PATCH] - fix README for gitea - FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1452#issuecomment-2856588150 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fa9e0c6..47095f1 100644 --- a/README.md +++ b/README.md @@ -705,7 +705,6 @@ The API for gitea is equal to the one from GitHub, however it requires the `plat with: platform: "gitea" # gitea or GitHub, default is GitHub configuration: "configuration.json" - env: token: ${{ secrets.GITEA_TOKEN }} ```