Fix changelog action ID and update token secret for Gitea integration

This commit is contained in:
2025-05-29 10:42:50 +02:00
parent 9a2b6eeafc
commit 2ab0dcd60b

View File

@@ -60,12 +60,14 @@ jobs:
branch: ${{ github.ref }}
- name: Build Changelog
id: github_release
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v2
with:
owner: "PHB"
repo: "workflowbumptester"
platform: "gitea"
configuration: ".gitea/changelog-config.json"
token: ${{ secrets.TOKEN }}
token: ${{ secrets.GITEA_TOKEN }}
- name: Create release