use gitea token for release workflow
TubeArchivistMetadata / Build (push) Successful in 44s
TubeArchivistMetadata / Release (push) Has been skipped

This commit is contained in:
2026-07-01 10:27:22 +02:00
parent 945f1ed6dd
commit b5cd185b57
3 changed files with 8 additions and 3 deletions
+6 -2
View File
@@ -1,5 +1,9 @@
name: TubeArchivistMetadata name: TubeArchivistMetadata
permissions:
code: read
releases: write
on: on:
push: push:
branches: branches:
@@ -124,12 +128,12 @@ jobs:
- name: Create Gitea release - name: Create Gitea release
env: env:
GITEA_SERVER_TOKEN: ${{ secrets.GITEA_SERVER_TOKEN }} GITEA_SERVER_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: | run: |
set -euo pipefail set -euo pipefail
if [ -z "${GITEA_SERVER_TOKEN:-}" ]; then if [ -z "${GITEA_SERVER_TOKEN:-}" ]; then
echo "Missing GITEA_SERVER_TOKEN secret" >&2 echo "Missing built-in GITEA_TOKEN" >&2
exit 1 exit 1
fi fi
+1
View File
@@ -3,5 +3,6 @@
<Version>1.4.5.0</Version> <Version>1.4.5.0</Version>
<AssemblyVersion>1.4.5.0</AssemblyVersion> <AssemblyVersion>1.4.5.0</AssemblyVersion>
<FileVersion>1.4.5.0</FileVersion> <FileVersion>1.4.5.0</FileVersion>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
+1 -1
View File
@@ -13,7 +13,7 @@
"changelog": "Limit providers to TubeArchivist paths, skip empty image URLs, and fix playlist sync intervals\n", "changelog": "Limit providers to TubeArchivist paths, skip empty image URLs, and fix playlist sync intervals\n",
"targetAbi": "10.11.0.0", "targetAbi": "10.11.0.0",
"sourceUrl": "https://git.felixfoertsch.de/felixfoertsch/tubearchivist-jf-plugin/releases/download/v1.4.5/tubearchivistmetadata_1.4.5.0.zip", "sourceUrl": "https://git.felixfoertsch.de/felixfoertsch/tubearchivist-jf-plugin/releases/download/v1.4.5/tubearchivistmetadata_1.4.5.0.zip",
"checksum": "2c0632e30631925b7f42b30dc567819f", "checksum": "2b3c47c6468fac2c6e42a005f66630c6",
"timestamp": "2026-07-01T06:20:00Z" "timestamp": "2026-07-01T06:20:00Z"
}, },
{ {