diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100644 index 0000000..f039340 --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,7 @@ +#!/bin/sh +set -e + +python /release_drafter.py \ + --token "${INPUT_FORGEJO_TOKEN}" \ + --repo "${INPUT_REPO}" \ + --endpoint "${INPUT_API_ENDPOINT}"