Change secret
Some checks failed
CI / release (push) Failing after 7s
CI / build (push) Successful in 9s

This commit is contained in:
2025-06-07 12:07:51 +02:00
parent 1430508121
commit c59e7532c2

View File

@@ -67,7 +67,7 @@ jobs:
- name: Publish release - name: Publish release
uses: actions/create-release@v1 uses: actions/create-release@v1
env: env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} GITEA_TOKEN: ${{ secrets.RELEASE_SECRET }}
with: with:
tag_name: ${{ github.ref_name }} tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }} release_name: Release ${{ github.ref_name }}