feat: fix manuel pipline. to create a release tag or replace exisiting release

This commit is contained in:
2026-05-29 19:20:32 +02:00
parent cceda8abf2
commit 5feae97dd3
3 changed files with 48 additions and 16 deletions
+6 -6
View File
@@ -1,5 +1,5 @@
APP_ENV=dev
APP_DEBUG=0
APP_DEBUG=1
APP_SECRET=changeme_replace_with_random_32char_string
# Comma-separated list of allowed hostnames. Leave empty to allow all hosts.
@@ -7,8 +7,8 @@ APP_SECRET=changeme_replace_with_random_32char_string
ALLOWED_HOSTS=
# GitHub
GITHUB_USER=
GITHUB_TOKEN=
GITHUB_USER=ArthurErlich
GITHUB_TOKEN=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
# GitLab (leave GITLAB_URL empty to use https://gitlab.com)
GITLAB_USER=
@@ -16,6 +16,6 @@ GITLAB_TOKEN=
GITLAB_URL=
# Gitea
GITEA_USER=
GITEA_TOKEN=
GITEA_URL=
GITEA_USER=haylan
GITEA_TOKEN=00978ce106e5291b521d3669b77dc897004f7a4b
GITEA_URL=https://git.arthurerlich.de