Merge pull request #1453 from mikepenz/fix/1452

Fix documentation for gitea
This commit is contained in:
Mike Penz
2025-05-07 08:16:26 +02:00
committed by GitHub
-1
View File
@@ -705,7 +705,6 @@ The API for gitea is equal to the one from GitHub, however it requires the `plat
with: with:
platform: "gitea" # gitea or GitHub, default is GitHub platform: "gitea" # gitea or GitHub, default is GitHub
configuration: "configuration.json" configuration: "configuration.json"
env:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
``` ```