.gitea/workflows/release-nr-mod.yml aktualisiert

This commit is contained in:
2025-11-16 12:46:45 +01:00
parent 687487d79f
commit 077175174d

View File

@@ -32,7 +32,7 @@ jobs:
- name: Create Release
env:
GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITEA_TOKEN: ${{ secrets.REPO_TOKEN }}
run: |
# Create the release using Gitea API
curl -X POST \