From f75472ecd0630887f46e79c06ec8a082e77db776 Mon Sep 17 00:00:00 2001 From: "robin.wieske" Date: Thu, 21 Aug 2025 10:11:31 +0200 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index f039340..ddd9324 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,7 +1,4 @@ #!/bin/sh set -e -python /release_drafter.py \ - --token "${INPUT_FORGEJO_TOKEN}" \ - --repo "${INPUT_REPO}" \ - --endpoint "${INPUT_API_ENDPOINT}" +python /release_drafter.py