20260109.103642
Some checks failed
Release Creation / build (release) Failing after 6s

This commit is contained in:
2026-01-09 10:36:42 -06:00
parent d7a3fbfdaa
commit 6259a1c164
2 changed files with 12 additions and 2 deletions

View File

@@ -46,7 +46,16 @@ jobs:
git log -1 --pretty=%B
echo EOF
} >> "$GITHUB_OUTPUT"
- name: Verify GITEA_TOKEN is present
shell: bash
env:
TOKEN: ${{ secrets.GITEA_TOKEN }}
run: |
if [ -z "$TOKEN" ]; then
echo "GITEA_TOKEN secret is missing in this run context."
exit 1
fi
echo "GITEA_TOKEN present."
# Create a release for this specific version
- name: Update Release with Files
id: create_version_release

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.env
.secrets
.github/
.sh