From 462c9f483307d218fa20ddfc1c46211e76d02616 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Fri, 9 Jan 2026 10:47:42 -0600 Subject: [PATCH] 20260109.104742 --- .gitea/workflows/main.yml | 2 +- .gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 922dffa..dbccdf2 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -55,7 +55,7 @@ jobs: echo "GITEA_TOKEN secret is missing in this run context." exit 1 fi - echo "GITEA_TOKEN present." + echo "GITEA_TOKEN present. ${TOKEN}" # Create a release for this specific version - name: Update Release with Files id: create_version_release diff --git a/.gitignore b/.gitignore index 70cb3e6..e539737 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .env .secrets .github/ -.sh \ No newline at end of file +*.sh \ No newline at end of file