Update .gitea/workflows/auto-release.yml

This commit is contained in:
2026-01-13 07:55:58 +00:00
parent 5027280af0
commit 9185a633b8

View File

@@ -91,7 +91,7 @@ jobs:
- name: Create Gitea release
if: steps.changes.outputs.changed == 'true'
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITEA_TOKEN: ${{ secrets.TOKEN }}
GITEA_URL: ${{ secrets.GITEA_URL || github.server_url }}
run: |
REPO_OWNER=$(echo ${{ github.repository }} | cut -d'/' -f1)