Compare commits

...

2 Commits

Author SHA1 Message Date
6259a1c164 20260109.103642
Some checks failed
Release Creation / build (release) Failing after 6s
2026-01-09 10:36:42 -06:00
d7a3fbfdaa testing gitea_token in update release
Some checks failed
Release Creation / build (release) Failing after 5s
2026-01-09 16:26:50 +00:00
2 changed files with 13 additions and 2 deletions

View File

@@ -46,12 +46,22 @@ 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
uses: akkuman/gitea-release-action@v1
with:
token: ${{ secrets.GITEA_TOKEN }}
files: |-
./dist/module.json
./dist/module.zip

3
.gitignore vendored
View File

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