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